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

Function execute

repos/effect/packages/sql/sqlite-node/src/SqliteClient.ts:222–226  ·  view source on GitHub ↗
(sql, params, transformRows)

Source from the content-addressed store, hash-verified

220 })
221 })
222
223 const run = (
224 sql: string,
225 params: ReadonlyArray<unknown>,
226 raw = false
227 ) =>
228 Effect.flatMap(
229 Cache.get(prepareCache, sql),

Callers 1

Resolver.test.tsFile · 0.50

Calls 2

runFunction · 0.70
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…