PostgreSqlExecutor constructor

PostgreSqlExecutor(
  1. DBConnectionInfo connectionInfo, {
  2. Logger? logger,
  3. PostgreSQLExecutionContext? connection,
})

Implementation

PostgreSqlExecutor(this.connectionInfo, {this.logger, this.connection});