-
How can you fetch data from a custom schemas? I think in the JavaScript and Flutter clients you can do something like this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have solved my own problem. I don't think there is a way to specify schemas like in Js, as of right now. But you can set a specific schema you want to target when instantiating your Supabase client.
You HAVE to set the schema you want to access as an exposed schema in the API settings in your Supabase project |
Beta Was this translation helpful? Give feedback.
I have solved my own problem. I don't think there is a way to specify schemas like in Js, as of right now. But you can set a specific schema you want to target when instantiating your Supabase client.
You HAVE to set the schema you want to access as an exposed schema in the API settings in your Supabase project