Delete Database
dickermoshe opened this issue · 1 comments
dickermoshe commented
During dev it would be great to have a single button for resetting a db with a click of a button.
simolus3 commented
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.