Package: @effect/sql-pglite
Module: PgliteClient
Configuration that uses an existing PGlite client. The supplied liveClient is caller-owned and is not closed by the Effect client.
Signature
export interface Live extends Base {
readonly liveClient: PGliteInterface
}
Since v4.0.0