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

Method query

src/drivers/postgres/postgres-driver.ts:69–71  ·  view source on GitHub ↗
(stmt: string)

Source from the content-addressed store, hash-verified

67 }
68
69 query(stmt: string): Promise<DatabaseResultSet> {
70 return this._db.query(stmt);
71 }
72
73 transaction(stmts: string[]): Promise<DatabaseResultSet[]> {
74 return this._db.transaction(stmts);

Callers 3

getCurrentSchemaMethod · 0.95
tableSchemaMethod · 0.95
viewMethod · 0.95

Calls 1

queryMethod · 0.65

Tested by

no test coverage detected