Package: @effect/sql-pg
Module: PgClient
Creates a scoped PostgreSQL client backed by a managed pg connection pool.
Signature
declare const make: (options: PgPoolConfig) => Effect.Effect<PgClient, SqlError, Scope.Scope | Reactivity.Reactivity>
Since v4.0.0