Future<List<Map<String, Object?>>> rawQuery(String query) async { return await _db!.rawQuery(query); }