public void Destroy() { Database.Dispose(); Database = null; DB.Destroy(null, DatabasePath); }
static string CleanTestDB() { DB.Destroy(new Options { CreateIfMissing = true }, testPath); return(testPath); }