PostgresTable constructor

PostgresTable(
  1. {required PostgreSQLConnection db,
  2. required String tableName}
)

Implementation

PostgresTable({required this.db, required this.tableName});