Manage API Exposed Schemas with Supabase CLI or Management API #19241
Unanswered
evanrs
asked this question in
Feature Requests
Replies: 1 comment
|
Has there been any updates to allow this? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The settings found under supabase.com/dashboard/project/:project-id/settings/api#project-postgres-config have no documented way of being managed programmatically.
Exposing this in the Supabase CLI or just the Management API would assist in automating the deployment of new projects.
Requiring user intervention to expose additional schema limits what can be built on Supabase. Module like extensions to Supabase would prefer not to pollute the
publicschema and instead work within their own namespace. Adding this feature will improve the Supabase ecosystem.All reactions