MCPcopy
hub / github.com/Effect-TS/effect / LibsqlConnection

Interface LibsqlConnection

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

Source from the content-addressed store, hash-verified

124}
125
126interface LibsqlConnection extends Connection {
127 readonly beginTransaction: Effect.Effect<LibsqlConnection, SqlError>
128 readonly commit: Effect.Effect<void, SqlError>
129 readonly rollback: Effect.Effect<void, SqlError>
130}
131
132/**
133 * @category constructor

Callers

nothing calls this directly

Implementers 1

LibsqlConnectionImplpackages/sql-libsql/src/LibsqlClient.t

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…