Accessing Supabase from a server
For my app, I'd like to only allow database access via server. Is there a recommended pattern for this? Some ideas:
- Put all my tables in the public schema, and use RLS to lock them to admin roles
- Put all my tables in a private schema