MCPcopy
hub / github.com/antonycourtney/tad / runSqlQuery

Method runSqlQuery

packages/reltab-fs/src/reltab-fs.ts:107–109  ·  view source on GitHub ↗
(query: string)

Source from the content-addressed store, hash-verified

105 }
106
107 async runSqlQuery(query: string): Promise<Row[]> {
108 return this.dbc.runSqlQuery(query);
109 }
110
111 getTableSchema(tableName: string): Promise<Schema> {
112 return this.dbc.getTableSchema(tableName);

Callers

nothing calls this directly

Calls 1

runSqlQueryMethod · 0.65

Tested by

no test coverage detected