effect-io-ai

Package: @effect/sql-libsql
Module: LibsqlClient

LibsqlClient.LibsqlClientConfig.Base

Shared libSQL client options for span attributes and query/result name transformations.

Signature

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

Source

Since v4.0.0