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

Function executeValuesUnprepared

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

Source from the content-addressed store, hash-verified

195 * @category constructors
196 * @since 4.0.0
197 */
198export const make = (
199 options: D1ClientConfig
200): Effect.Effect<D1Client, never, Scope.Scope | Reactivity.Reactivity> =>
201 Effect.gen(function*() {
202 const compiler = Statement.makeCompilerSqlite(options.transformQueryNames)

Callers

nothing calls this directly

Calls 1

runValuesUncachedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…