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

Function executeUnprepared

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

Source from the content-addressed store, hash-verified

213 return run(sql, params, "array")
214 },
215 executeUnprepared(sql, params, transformRows) {
216 return this.execute(sql, params, transformRows)
217 },
218 executeStream(sql, params, transformRows) {
219 function* stream() {
220 for (const stmt of sqlite3.statements(db, sql)) {

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected