Package: @effect/sql-libsql
Module: LibsqlClient
libSQL-backed SQL client service, extending SqlClient with its runtime type marker and client configuration.
Signature
export interface LibsqlClient extends Client.SqlClient {
readonly [TypeId]: TypeId
readonly config: LibsqlClientConfig
}
Since v4.0.0