Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ placeholder
Function
placeholder
packages/sql/src/internal/statement.ts:907–909 ·
view source on GitHub ↗
(_)
Source
from the content-addressed store, hash-verified
905
makeCompiler({
906
dialect:
"sqlite"
,
907
placeholder(_) {
908
return
"?"
909
},
910
onIdentifier: transform ?
911
function
(value, withoutTransform) {
912
return
withoutTransform ? escapeSqlite(value) : escapeSqlite(transform(value))
Callers
1
compile
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected