5657585960616263646566
// TODO: Should we check if the database is booted / active? synchronized (DATABASES) { DataStore store = (DataStore)DATABASES.remove(dbName); if (store != null) { // Delete everything. store.purge(); return true; } return false; } }
7475767778798081828384