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

Function executeValues

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

Source from the content-addressed store, hash-verified

192/**
193 * Creates a scoped Cloudflare D1 SQL client. Prepared statements are cached, while transactions and streaming queries are not supported by this driver.
194 *
195 * @category constructors
196 * @since 4.0.0
197 */
198export const make = (
199 options: D1ClientConfig

Callers

nothing calls this directly

Calls 1

runValuesFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…