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

Class

packages/sql/sqlite-do/test/Client.test.ts:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import * as SqlClient from "effect/unstable/sql/SqlClient"
7
8class FakeCursor {
9 readonly columnNames: ReadonlyArray<string>
10 readonly rows: ReadonlyArray<ReadonlyArray<unknown>>
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected