PostgresExecutor constructor

PostgresExecutor(
  1. Connection connection, {
  2. PostgresOptions? options,
})

Implementation

PostgresExecutor(this.connection, {this.options});