menu
rethink_db_ns package
documentation
rethink_db_ns.dart
DB
table method
table method
dark_mode
light_mode
table
method
Table
table
(
String
tableName
, [
Map
?
options
])
Implementation
Table table(String tableName, [Map? options]) => Table.fromDB(this, tableName, options);
rethink_db_ns package
documentation
rethink_db_ns
DB
table method
DB class