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

Function executeUnprepared

packages/sql/sqlite-bun/src/SqliteClient.ts:198–200  ·  view source on GitHub ↗
(sql, params, transformRows)

Source from the content-addressed store, hash-verified

196 return runValues(sql, params)
197 },
198 executeUnprepared(sql, params, transformRows) {
199 return this.execute(sql, params, transformRows)
200 },
201 executeStream(_sql, _params) {
202 return Stream.die("executeStream not implemented")
203 },

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected