I have prompt table which has foreign key modelId -> public.models.id from models table and models table have foreign key of user_id -> auth.users.id Now i wanna query all the prompts where user.id == models.user_id?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.