Skip to content

Using Custom Schemas #173

Answered by huntthomp
huntthomp asked this question in Q&A
Discussion options

You must be logged in to vote

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.

SupabaseOptions options = new Supabase.SupabaseOptions
{
    Schema = "your_schema"
};

Client supabase = new Supabase.Client(url, key, options);

You HAVE to set the schema you want to access as an exposed schema in the API settings in your Supabase project

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by huntthomp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant