effect-io-ai

Package: @effect/sql-libsql
Module: LibsqlClient

LibsqlClient.make

Creates a scoped libSQL SQL client with transaction support. When given connection options it creates and closes the SDK client; when given liveClient, the caller retains ownership.

Signature

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

Source

Since v4.0.0