Retrieves data from the specified table.
table
where
{'id': 1}
Future<DbResult> select(String table, {Map<String, dynamic>? where});