PostgresPoolExecutor<T> constructor

PostgresPoolExecutor<T>(
  1. Pool<T> pool, {
  2. PostgresOptions? options,
})

Implementation

PostgresPoolExecutor(this.pool, {this.options});