MCPcopy Create free account
hub / github.com/outerbase/studio / query

Method query

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

Source from the content-addressed store, hash-verified

82 }
83
84 query(stmt: string): Promise<DatabaseResultSet> {
85 return window.outerbaseIpc!.query(stmt);
86 }
87
88 transaction(stmts: string[]): Promise<DatabaseResultSet[]> {
89 return window.outerbaseIpc!.transaction(stmts);

Callers

nothing calls this directly

Calls 1

queryMethod · 0.65

Tested by

no test coverage detected