Deletes everything stored in the general store
Future deleteAllGeneral(String password) async => await _generalStore.delete(await _db(password));