(pool: Pool): DbDriverResult Create a Db backed by a pg.Pool.
Owns the transaction implementation, acquiring a dedicated pool client per transaction.
pool
an already-constructed pg.Pool
type
Poolreturns
DbDriverResult the Db instance and a close callback bound to pool.end()