MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / exec

Method exec

packages/tools/src/providers/core-data-provider.test.ts:37–39  ·  view source on GitHub ↗
(sql: string)

Source from the content-addressed store, hash-verified

35class Adapter implements DatabaseAdapter {
36 constructor(private db: Database.Database) {}
37 exec(sql: string) {
38 this.db.exec(sql)
39 }
40 prepare(sql: string) {
41 return new Stmt(this.db.prepare(sql))
42 }

Callers

nothing calls this directly

Calls 1

execMethod · 0.65

Tested by

no test coverage detected