Package: @effect/sql-pg
Module: PgClient
Create a PgClient from an existing pg pool.
You control the pool lifecycle via acquire (typically Effect.acquireRelease).
Signature
declare const fromPool: (options: PgClientFromPoolOptions) => Effect.Effect<PgClient, SqlError, Scope.Scope | Reactivity.Reactivity>
Since v1.0.0