Future<List<Map<String, dynamic>>> rawQuery(String sql, [List<dynamic>? arguments]) async { return await _database.rawQuery(sql, arguments); }