menu
postgres_dart
postgres_dart
PostgresDb
table method
table
brightness_4
brightness_5
table
method
PostgresTable
table
(
String
tableName
)
Implementation
PostgresTable table(String tableName) => PostgresTable(db: db, tableName: tableName);
postgres_dart
postgres_dart
PostgresDb
table method
PostgresDb class