Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getCurrentSchema
Method · 0.95
tableSchema
Method · 0.95
view
Method · 0.95
Calls
1
query
Method · 0.65
Tested by
no test coverage detected