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

Interface IRawDataDatabase

packages/rawdata/src/types.ts:264–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262// ============================================
263
264export interface IRawDataDatabase {
265 prepare(sql: string): {
266 get: (...params: any[]) => any
267 all: (...params: any[]) => any[]
268 run: (...params: any[]) => { changes: number }
269 }
270 exec(sql: string): void
271 transaction<T>(fn: () => T): () => T
272}
273
274// ============================================
275// Query Options

Callers 24

addPureUIColumnMethod · 0.65
updatePureUIColumnMethod · 0.65
addMethod · 0.65
deleteFieldMethod · 0.65
updateFormulaColumnMethod · 0.65
updatePropertyMethod · 0.65
deletePropertyMethod · 0.65
createTableViaSchemaMethod · 0.65
execMethod · 0.65
importMethod · 0.65
addMethod · 0.65
initTableMethod · 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