MCPcopy
hub / github.com/mayneyao/eidos / exec

Method exec

packages/rawdata/src/types.ts:270–270  ·  view source on GitHub ↗
(sql: string)

Source from the content-addressed store, hash-verified

268 run: (...params: any[]) => { changes: number }
269 }
270 exec(sql: string): void
271 transaction<T>(fn: () => T): () => T
272}
273

Callers 15

execMethod · 0.65
importMethod · 0.65
addMethod · 0.65
initTableMethod · 0.65
addMethod · 0.65
changeTypeMethod · 0.65
addMethod · 0.65
migrateFilePathsMethod · 0.65
deleteTriggerMethod · 0.65
registerTriggerMethod · 0.65
setMethod · 0.65
setCacheSizeFunction · 0.65

Implementers 3

SQLiteWasmDatabasepackages/worker/web-worker/sqlite-wasm
NodeServerDatabaseapps/headless/src/data-space/node-serv
NodeBaseServerDatabaseapps/desktop/electron/modules/data-spa

Calls

no outgoing calls

Tested by

no test coverage detected