effect-io-ai

Package: @effect/sql-libsql
Module: LibsqlClient

LibsqlClient.LibsqlClientConfig.Live

Configuration that uses an existing libSQL client. The supplied liveClient is caller-owned and is not closed by the Effect client.

Signature

export interface Live extends Base {
    readonly liveClient: Libsql.Client
  }

Source

Since v4.0.0