cli icon indicating copy to clipboard operation
cli copied to clipboard

Add missing `supabase db stop` command

Open daniel-j-h opened this issue 2 years ago • 0 comments

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.

daniel-j-h avatar Feb 21 '24 10:02 daniel-j-h