Minimal subset of the pg.Pool interface used by PostgresTaskStore.
Accepting this instead of a concrete Pool lets callers pass any
pg-compatible query executor (connection pools, transaction wrappers, etc.)
without forcing a hard dependency on the pg package.
Minimal subset of the
pg.Poolinterface used by PostgresTaskStore.Accepting this instead of a concrete Pool lets callers pass any pg-compatible query executor (connection pools, transaction wrappers, etc.) without forcing a hard dependency on the
pgpackage.