Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/damms005/devdb-vscode
/ raw
Method
raw
src/database-engines/sqlite-engine.ts:421–423 ·
view source on GitHub ↗
(code: string)
Source
from the content-addressed store, hash-verified
419
}
420
421
async
raw(code: string): Promise<any> {
422
return
this.rawQuery(code)
423
}
424
425
async
rawQuery(code: string): Promise<any> {
426
try {
Callers
15
isOkay
Method · 0.80
getTableCreationSql
Method · 0.80
getTables
Method · 0.80
getColumns
Method · 0.80
getVersion
Method · 0.80
rawQuery
Method · 0.80
getForeignKeyFor
Function · 0.80
isOkay
Method · 0.80
getTables
Method · 0.80
getColumns
Method · 0.80
getRows
Method · 0.80
rawQuery
Method · 0.80
Calls
1
rawQuery
Method · 0.95
Tested by
no test coverage detected