Is your feature request related to a problem? Please describe.
I am always quite frustrated when I have to generate the drizzle ORM scheme by hand. I'd love to use Supabase SDK to do it, but it's not possible. Sometimes I make a mistake in the scheme and then I have weird errors in the backend.
Describe the solution you'd like
I'd love the supabase gen types to support drizzle as a language so it can generate the schema file file for me
Describe alternatives you've considered
I could write a tool that takes the typescript definition and translates it to drizzle schema or use ChatGPT or other AI tool to translate it, but this would be prone to bugs and mistakes, so it's not a great solution
Additional context
Here is the link for the drizzle documentation: https://orm.drizzle.team/docs/overview
Is your feature request related to a problem? Please describe.
I am always quite frustrated when I have to generate the drizzle ORM scheme by hand. I'd love to use Supabase SDK to do it, but it's not possible. Sometimes I make a mistake in the scheme and then I have weird errors in the backend.
Describe the solution you'd like
I'd love the
supabase gen typesto supportdrizzleas a language so it can generate the schema file file for meDescribe alternatives you've considered
I could write a tool that takes the typescript definition and translates it to drizzle schema or use ChatGPT or other AI tool to translate it, but this would be prone to bugs and mistakes, so it's not a great solution
Additional context
Here is the link for the drizzle documentation: https://orm.drizzle.team/docs/overview