Package: @effect/sql-pglite
Module: PgliteClient
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
}
Since v4.0.0