select abstract method

Future<DbResult> select(
  1. String table, {
  2. Map<String, dynamic>? where,
})

Implementation

Future<DbResult> select(String table, {Map<String, dynamic>? where});