Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ executeRaw
Function
executeRaw
packages/sql/mssql/src/MssqlClient.ts:434–436 ·
view source on GitHub ↗
(sql, params)
Source
from the content-addressed store, hash-verified
432
: run(sql, params)
433
},
434
executeRaw(sql, params) {
435
return
run(sql, params)
436
},
437
executeValues(sql, params) {
438
return
run(sql, params, true)
439
},
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected