Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ executeRaw
Function
executeRaw
packages/sql/sqlite-node/src/SqliteClient.ts:257–259 ·
view source on GitHub ↗
(sql, params)
Source
from the content-addressed store, hash-verified
255
: run(sql, params)
256
},
257
executeRaw(sql, params) {
258
return
run(sql, params, true)
259
},
260
executeValues(sql, params) {
261
return
runValues(sql, params)
262
},
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected