Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexErrant/Pentive
/ streamQuery
Method
streamQuery
app/src/sqlite/dialect.ts:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
},
39
async
*streamQuery() {
40
throw
new
Error(
"Sqlite driver doesn't support streaming"
)
41
},
42
}
43
},
44
async
acquireConnection() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected