MCPcopy
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

compileMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…