Hey! Quick question.
I’ve got a pretty big Supabase project where everything was built in the dashboard (tables, RLS, triggers, functions, etc.). I’d love to switch to Drizzle so my whole DB is managed by code.
Before I try it:
- Can I run drizzle-kit pull on my existing Supabase DB and get a clean schema.ts without losing anything?
- After that, can Drizzle handle everything? (tables, changes, RLS policies, auth.uid(), triggers, functions…)
- Basically: is it realistic to go full Drizzle on a DB that was originally built in the UI?
Anyone doing this already?