@override Future<List<Map<String, dynamic>>> getRecords(String tableName) async { return await db.query(tableName, limit: 100); }