Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
legacyTableSchema
Method · 0.95
schemas
Method · 0.95
trigger
Method · 0.95
tableSchema
Method · 0.95
view
Method · 0.95
findFirst
Method · 0.95
selectTable
Method · 0.95
Calls
1
query
Method · 0.65
Tested by
no test coverage detected