effect-io-ai

Package: @effect/sql-pglite
Module: PgliteClient

PgliteClient.PgliteClientConfig.Base

Shared PGlite client options for span attributes, query/result name transformations, and JSON value transformation.

Signature

export interface Base {
    readonly spanAttributes?: Record<string, unknown> | undefined
    readonly transformResultNames?: ((str: string) => string) | undefined
    readonly transformQueryNames?: ((str: string) => string) | undefined
    readonly transformJson?: boolean | undefined
  }

Source

Since v4.0.0