effect-io-ai

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

SqliteClient.makeMemory

Creates a scoped in-memory SQLite WASM client using the memory VFS, serializing access through a semaphore and exposing database export and import operations.

Signature

declare const makeMemory: (options: SqliteClientMemoryConfig) => Effect.Effect<SqliteClient, SqlError, Scope.Scope | Reactivity.Reactivity>

Source

Since v4.0.0