Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ exec
Method
exec
packages/core/src/query/__tests__/contact-queries.test.ts:47–49 ·
view source on GitHub ↗
(sql: string)
Source
from the content-addressed store, hash-verified
45
constructor(private db: Database.Database) {}
46
47
exec(sql: string) {
48
this.db.exec(sql)
49
}
50
51
prepare(sql: string) {
52
return
new
Stmt(this.db.prepare(sql))
Callers
nothing calls this directly
Calls
1
exec
Method · 0.65
Tested by
no test coverage detected