We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't change a schema different from the public one passing a parameterized supbaseClient to supabaseDataProvider.
public
const options: SupabaseClientOptions<"stats"> = { db: { schema: 'stats' } } export const supbaseClient = createClient<StatsDatabase>(process.env.NEXT_PUBLIC_SUPABASE_URL!, process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY!, options);
Would you mind considering to use generic parameters in supabaseDataProvider?
The text was updated successfully, but these errors were encountered:
Sure, can you open a PR?
Sorry, something went wrong.
Fixed via #47
No branches or pull requests
I can't change a schema different from the
public
one passing a parameterized supbaseClient to supabaseDataProvider.Would you mind considering to use generic parameters in supabaseDataProvider?
The text was updated successfully, but these errors were encountered: