Open
Description
Is your feature request related to a problem? Please describe.
Is it real to add ability work in dynamic mode with multi schemas ?
Describe the solution you'd like
the init options now:
supaOptions = PostgrestClientOptions(schema:'public')
Describe alternatives you've considered
Is it real to use:
supaOptions = PostgrestClientOptions(schemas:['public','mycustom-1','mycustom-2','myprivate-*'])
Additional context
Now we need set in manual mode expose field
How to add my schema in dynamic mode without recreate/restart container with supabase ??