simolus3/drift

Delete Database

dickermoshe opened this issue · 1 comments

During dev it would be great to have a single button for resetting a db with a click of a button.

There's no API in the underlying query executor to actually delete database files (which would also require re-opening the database), but I think we have a button that deletes all data and then drops + re-creates tables with a migration call.