MCPcopy Create free account
hub / github.com/chekusu/wanman / executeSQL

Method executeSQL

packages/runtime/src/brain-manager.ts:21–21  ·  view source on GitHub ↗
(dbId: string, query: string)

Source from the content-addressed store, hash-verified

19 listDatabases(): Promise<Db9Database[]>
20 createDatabase(name: string): Promise<Db9Database>
21 executeSQL(dbId: string, query: string): Promise<unknown>
22}
23
24interface Db9ServiceAdapterLike {

Callers 15

syncFilesystemSkillsMethod · 0.65
readSkillVersionsMethod · 0.65
resolveSkillMethod · 0.65
getVersionsMethod · 0.65
createVersionMethod · 0.65
activateVersionMethod · 0.65
updateEvalPassRateMethod · 0.65
getSkillMetricsMethod · 0.65
createRunMethod · 0.65
finalizeRunMethod · 0.65
writeToDb9Method · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected