MCPcopy Create free account
hub / github.com/effect-app/libs / exec

Function exec

packages/infra/src/WorkflowEngineSqlite.ts:152–153  ·  view source on GitHub ↗
(query: string, params: ReadonlyArray<unknown> = [])

Source from the content-addressed store, hash-verified

150 })
151
152 const exec = (query: string, params: ReadonlyArray<unknown> = []) =>
153 sql.unsafe(query, params as Array<any>).pipe(Effect.orDie)
154
155 // --- Schema -----------------------------------------------------------
156

Callers 11

readExecFunction · 0.70
replaceExecFunction · 0.70
createExecFunction · 0.70
createActivityFunction · 0.70
upsertActivityFunction · 0.70
readActivityFunction · 0.70
createDeferredFunction · 0.70
readDeferredFunction · 0.70
insertClockFunction · 0.70
deleteClockFunction · 0.70

Calls 1

pipeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…