MCPcopy Index your code
hub / github.com/Effect-TS/effect / executeUnprepared

Function executeUnprepared

packages/sql-sqlite-wasm/src/SqliteClient.ts:184–186  ·  view source on GitHub ↗
(sql, params, transformRows)

Source from the content-addressed store, hash-verified

182 return run(sql, params, "array")
183 },
184 executeUnprepared(sql, params, transformRows) {
185 return this.execute(sql, params, transformRows)
186 },
187 executeStream(sql, params, transformRows) {
188 function* stream() {
189 for (const stmt of sqlite3.statements(db, sql)) {

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected