Fetch all rows
Future<List<Map<String, dynamic>>> get() async { final sql = _buildSelectQuery(); return await _executeSelect(sql); }