Package: @effect/sql-sqlite-wasm
Module: SqliteClient
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>
Since v4.0.0