MCPcopy Index your code
hub / github.com/outerbase/studio / query

Method query

src/drivers/iframe-driver.ts:103–106  ·  view source on GitHub ↗
(stmt: string)

Source from the content-addressed store, hash-verified

101 }
102
103 async query(stmt: string): Promise<DatabaseResultSet> {
104 const r = await this.conn.query(stmt);
105 return r;
106 }
107
108 transaction(stmts: string[]): Promise<DatabaseResultSet[]> {
109 const r = this.conn.transaction(stmts);

Callers

nothing calls this directly

Calls 1

queryMethod · 0.65

Tested by

no test coverage detected