Skip to content

Custom schemas in dynamic mode #1195

Open
@andim27

Description

@andim27

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 ??

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions