MCPcopy Create free account
hub / github.com/Effect-TS/effect /

Class

packages/sql/libsql/src/LibsqlClient.ts:200–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 ]
199
200 class LibsqlConnectionImpl implements LibsqlConnection {
201 readonly sdk: Libsql.Client | Libsql.Transaction
202 constructor(sdk: Libsql.Client | Libsql.Transaction) {
203 this.sdk = sdk

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected