Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ exec
Method
exec
packages/core/src/query/__tests__/basic-queries.test.ts:36–38 ·
view source on GitHub ↗
(sql: string)
Source
from the content-addressed store, hash-verified
34
class
Adapter implements DatabaseAdapter {
35
constructor(private db: Database.Database) {}
36
exec(sql: string) {
37
this.db.exec(sql)
38
}
39
prepare(sql: string) {
40
return
new
Stmt(this.db.prepare(sql))
41
}
Callers
nothing calls this directly
Calls
1
exec
Method · 0.65
Tested by
no test coverage detected