MCPcopy 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

34class 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

execMethod · 0.65

Tested by

no test coverage detected