Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
export
interface
DbExec {
20
execute(
21
sql: string | { sql: string; args: any[] },
22
): Promise<{ rows: any[]; rowsAffected: number }>;
23
}
Callers
15
ensureTable
Function · 0.65
insertRun
Function · 0.65
getRun
Function · 0.65
updateRun
Function · 0.65
listRuns
Function · 0.65
deleteRun
Function · 0.65
ensureToolsTables
Function · 0.65
ensureToolDataItemId
Function · 0.65
addCol
Function · 0.65
ensureToolDataScope
Function · 0.65
deleteTool
Function · 0.65
handleToolDataList
Function · 0.65
Implementers
1
ShellCliAdapter
packages/core/src/adapters/cli/shell-a
Calls
no outgoing calls
Tested by
no test coverage detected