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

Function execute

repos/effect/packages/sql/d1/src/D1Client.ts:186–190  ·  view source on GitHub ↗
(sql, params, transformRows)

Source from the content-addressed store, hash-verified

184 const transformRows = transforms[index]
185 return transformRows ? transformRows(rows) : rows
186 })
187 return results as BatchResults<Statements>
188 }))
189 )
190}
191
192/**
193 * Creates a scoped Cloudflare D1 SQL client. Prepared statements are cached, while transactions and streaming queries are not supported by this driver.

Callers 3

Resolver.test.tsFile · 0.50
Resolver.test.tsFile · 0.50

Calls 2

runCachedFunction · 0.85
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…