Return a specific record by primary key from a specified data table
Future<List<Map<String, dynamic>>> getRecord(String table, int id) { throw UnimplementedError(); }