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