SupabaseS
Supabase3y ago
kyle

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:
  1. Put all my tables in the public schema, and use RLS to lock them to admin roles
  2. Put all my tables in a private schema
Also, can you move tables from one schema to another after it's been created?
Was this page helpful?