MCPcopy Create free account
hub / github.com/effect-app/libs / executeRaw

Function executeRaw

repos/effect/packages/sql/sqlite-wasm/src/SqliteClient.ts:205–207  ·  view source on GitHub ↗
(sql, params)

Source from the content-addressed store, hash-verified

203 ? Effect.map(run(sql, params), transformRows)
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")

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…