Hello, could someone help me with querying supabase using javascript sdk? I have two tables in relationship on different schemas: 1. "public"."company_profiles"(id, account_id, location) 2. "basejump"."accounts"(id, name)
How could i query company_profiles and include basejump.accounts(name)? The relationship is on "public"."company_profile"(account_id) and "basejump"."accounts"(id)
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.