I want to download my live database as SQL migrations to test in a local supabase instance as I need to make some big mutations and need to test everything works before putting it into the live db.
I have
- a few tables
- some RLS policies
- some edge functions
- some table views
Would I be able to copy/download all of these from my live instance?