You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option to use a dedicated api schema for your project
By default, the public schema is used to generate API routes for your database. In some cases, it's better to use a custom schema - this is important if you use tools that generate tables in the public schema to prevent accidental exposure of your data.
The dashboard supports this workflow through 2 options: either at the project creation step under "Security Options", or in the project's API settings after your project has been created. More information about this workflow in our documentation here!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Option to use a dedicated
api
schema for your projectBy default, the
public
schema is used to generate API routes for your database. In some cases, it's better to use a custom schema - this is important if you use tools that generate tables in thepublic
schema to prevent accidental exposure of your data.The dashboard supports this workflow through 2 options: either at the project creation step under "Security Options", or in the project's API settings after your project has been created. More information about this workflow in our documentation here!
Link: https://supabase.com/dashboard/project/_/settings/api
PR: #27918
Other bug fixes and improvements
SQL Editor
Database
Logs Explorer
Beta Was this translation helpful? Give feedback.
All reactions