Open
Description
Is your feature request related to a problem? Please describe.
I was following the tutorial for generating the database types for supabase here , so I thought normally this command can be adapted for the python in order to generate the corresponding types in python objects
Describe the solution you'd like
to include the command
npx supabase gen types python --project-id "$PROJECT_REF" --schema public > types.py
should generate the types in the python.
Describe alternatives you've considered
converting the types generated in ts into py ;) .
Additional context
N.A
Metadata
Metadata
Assignees
Labels
No labels