If you use the CLI, `supabase start` spins up a Docker instance built from all your migration .sql files [1].
If anything, I think the admin dashboard encouraging directly doing operations on the database is the biggest weakness of Supabase. I would much prefer being able to lock it down to purely CI-driven migrations.
If anything, I think the admin dashboard encouraging directly doing operations on the database is the biggest weakness of Supabase. I would much prefer being able to lock it down to purely CI-driven migrations.
[1]: https://supabase.com/docs/guides/getting-started/local-devel...