table method

PostgresTable table(
  1. String tableName
)

Implementation

PostgresTable table(String tableName) =>
    PostgresTable(db: db, tableName: tableName);