Use Hasura-style database migrations with Supabase. You can generate migrations, apply them, roll them back and reset your database. You can also handle multiple seeders.
I love using Supabase for new projects, however, I was a big fan of the way Hasura handled database migrations. So I built a tool to replicate that functionality with Supabase.
Chatparty