Suture.drop_database or recreate_database or something may be appropriate, given that the only way to do it currently is to know where the file is and delete the file
I decided against this because it's identical to just deleting the sqlite3 file and if you needed to delete the db it'd be the safer thing to do anyway with the schema table and so forth
Suture.drop_database
orrecreate_database
or something may be appropriate, given that the only way to do it currently is to know where the file is and delete the file