effect-io-ai

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

SqliteClient.layer

Creates a layer from a concrete Bun SQLite client configuration, providing both SqliteClient and SqlClient.

Signature

declare const layer: (config: SqliteClientConfig) => Layer.Layer<SqliteClient | Client.SqlClient>

Source

Since v4.0.0