Dynamically exposing schemas in Supabase #30661
Replies: 4 comments
|
There does appear to be a supported way to do it via the management api but ideally i'd like to avoid having to do that but would still like to see the results reflected in the dashboard |
|
Just another follow-up. This does appear to work although it is not reflected in the dashboard which is not ideal `DO $$ END $$; NOTIFY pgrst, 'reload config'; |
|
I used to be able to do this with a postgres function exposed through the auto generated API, but |
|
@dinodeSimon I verified that the |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Is it possible to have all schemas matching a pattern exposed in Supabase? I've tried using the config described in the postgerest documentation but it doesn't appear to work.
Basically I want all api_* schemas exposed and as new ones are added a trigger to reload the config.
Not sure if i'm doing something wrong or it isn't supported
https://postgrest.org/en/stable/references/api/schemas.html
All reactions