MCPcopy
hub / github.com/Effect-TS/effect / stringLiteral

Function stringLiteral

packages/sql/src/SqlPersistedQueue.ts:192–192  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

190 orElse: () => (s: string) => `'${s}'`
191 })
192 const stringLiteral = (s: string) => sql.literal(wrapString(s))
193
194 const sqlTrue = sql.onDialectOrElse({
195 sqlite: () => sql.literal("1"),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected