effect-io-ai

Package: @effect/sql-sqlite-wasm
Module: SqliteClient

SqliteClient.layerMemory

Builds a layer from an in-memory SQLite WASM client configuration, providing both SqliteClient and the generic SqlClient service.

Signature

declare const layerMemory: (config: SqliteClientMemoryConfig) => Layer.Layer<SqliteClient | Client.SqlClient, SqlError>

Source

Since v4.0.0