MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / exec

Method exec

packages/core/src/query/advanced/__tests__/ranking.test.ts:47–49  ·  view source on GitHub ↗
(sql: string)

Source from the content-addressed store, hash-verified

45class Adapter implements DatabaseAdapter {
46 constructor(private db: Database.Database) {}
47 exec(sql: string) {
48 this.db.exec(sql)
49 }
50 prepare(sql: string) {
51 return new Stmt(this.db.prepare(sql))
52 }

Callers

nothing calls this directly

Calls 1

execMethod · 0.65

Tested by

no test coverage detected