cli
cli copied to clipboard
Add missing `supabase db stop` command
When working on the database, trying out migrations, etc. we can use the supabase db start command to only start the postgres database locally. When done with developing, it would be great to also have a supabase db stop command for consistency.
Ideally this command would also accept flags e.g. to not save the database volume.