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

Function executeRaw

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

Source from the content-addressed store, hash-verified

204 : run(sql, params)
205 },
206 executeRaw(sql, params) {
207 return run(sql, params)
208 },
209 executeValues(sql, params) {
210 return run(sql, params, "array")
211 },

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected