Switching schemas between requests #2745
Replies: 1 comment
-
Have you had a look at https://postgrest.org/en/stable/api.html#multiple-schemas? Edit: Seems like you did, because your code snippet has |
Beta Was this translation helpful? Give feedback.
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.
-
Hi,
I am looking for a solution to be able to switch between multiple schemas based on the request URI for GET and POST requests
Also I want to be able to specify multiple schemas (comma separated in the .env variables so that when I make a request from the application the corresponding postgres function gets called by automatically look for the search_path set.
Can anyone help me with this?
Beta Was this translation helpful? Give feedback.
All reactions