tokio-postgres / deadpool-postgres adapter for NextSQL runtime.
Provides [PooledPgClient] which wraps a deadpool_postgres::Object
and implements the NextSQL [Client] trait.
Also re-exports the core tokio-postgres types from the runtime crate for convenience.