PostgresPoolExecutor<T> constructor
PostgresPoolExecutor<T> (
- Pool<
T> pool, { - PostgresOptions? options,
Implementation
PostgresPoolExecutor(this.pool, {this.options});