effect-io-ai

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

SqliteClient.make

Creates a scoped Bun SQLite client for a database file, enabling WAL by default and serializing access. Streaming queries are not implemented.

Signature

declare const make: (options: SqliteClientConfig) => Effect.Effect<SqliteClient, never, Scope.Scope | Reactivity.Reactivity>

Source

Since v4.0.0