Skip to content

Using Custom Schemas #173

Answered by huntthomp
huntthomp asked this question in Q&A
Oct 20, 2024 · 2 comments · 1 reply
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: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ZadokJoshua
Comment options

Answer selected by huntthomp
Comment options

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