Package: @effect/sql-libsql
Module: LibsqlClient
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
}
Since v4.0.0