Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ executeRaw
Function
executeRaw
packages/sql-sqlite-wasm/src/SqliteClient.ts:178–180 ·
view source on GitHub ↗
(sql, params)
Source
from the content-addressed store, hash-verified
176
: run(sql, params)
177
},
178
executeRaw(sql, params) {
179
return
run(sql, params)
180
},
181
executeValues(sql, params) {
182
return
run(sql, params,
"array"
)
183
},
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected