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

Function backup

repos/effect/packages/sql/sqlite-node/src/SqliteClient.ts:247–252  ·  view source on GitHub ↗
(destination)

Source from the content-addressed store, hash-verified

245
246 const runValuesUnprepared = (
247 sql: string,
248 params: ReadonlyArray<unknown>
249 ) => runStatementValuesUnprepared(db.prepare(sql), params)
250
251 return identity<SqliteConnection>({
252 execute(sql, params, transformRows) {
253 return transformRows
254 ? Effect.map(run(sql, params), transformRows)
255 : run(sql, params)

Callers

nothing calls this directly

Calls 1

classifyErrorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…