MCPcopy
hub / github.com/BuilderIO/agent-native / execute

Method execute

packages/core/src/db/client.ts:20–20  ·  view source on GitHub ↗
(
    sql: string | { sql: string; args: any[] },
  )

Source from the content-addressed store, hash-verified

18
19export interface DbExec {
20 execute(
21 sql: string | { sql: string; args: any[] },
22 ): Promise<{ rows: any[]; rowsAffected: number }>;
23}

Callers 15

ensureTableFunction · 0.65
insertRunFunction · 0.65
getRunFunction · 0.65
updateRunFunction · 0.65
listRunsFunction · 0.65
deleteRunFunction · 0.65
ensureToolsTablesFunction · 0.65
ensureToolDataItemIdFunction · 0.65
addColFunction · 0.65
ensureToolDataScopeFunction · 0.65
deleteToolFunction · 0.65
handleToolDataListFunction · 0.65

Implementers 1

ShellCliAdapterpackages/core/src/adapters/cli/shell-a

Calls

no outgoing calls

Tested by

no test coverage detected