effect-io-ai

Package: @effect/sql-pglite
Module: PgliteClient

PgliteClient.PgliteClientConfig.Live

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
  }

Source

Since v4.0.0