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