Package: @effect/sql-sqlite-wasm
Module: SqliteClient
Configuration for an in-memory SQLite WASM client, including optional reactivity hooks, span attributes, and query/result name transforms.
Signature
export interface SqliteClientMemoryConfig {
readonly installReactivityHooks?: boolean
readonly spanAttributes?: Record<string, unknown>
readonly transformResultNames?: (str: string) => string
readonly transformQueryNames?: (str: string) => string
}
Since v4.0.0