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

Method query

src/drivers/sqlite-base-driver.ts:45–47  ·  view source on GitHub ↗
(stmt: string)

Source from the content-addressed store, hash-verified

43 }
44
45 query(stmt: string): Promise<DatabaseResultSet> {
46 return this._db.query(stmt);
47 }
48
49 transaction(stmts: string[]): Promise<DatabaseResultSet[]> {
50 return this._db.transaction(stmts);

Callers 7

legacyTableSchemaMethod · 0.95
schemasMethod · 0.95
triggerMethod · 0.95
tableSchemaMethod · 0.95
viewMethod · 0.95
findFirstMethod · 0.95
selectTableMethod · 0.95

Calls 1

queryMethod · 0.65

Tested by

no test coverage detected