Delete specific entry
Future delete(String password, String key) async { await _generalStore.record(key).delete(await _db(password)); }