MCPcopy Create free account
hub / github.com/QuantiaAI/helm-agents / exec

Method exec

packages/persistence/src/sqlite.ts:24–24  ·  view source on GitHub ↗
(sql: string)

Source from the content-addressed store, hash-verified

22}
23export interface Db {
24 exec(sql: string): void;
25 prepare(sql: string): Stmt;
26 close(): void;
27}

Callers 3

parseRssItemsFunction · 0.80
openDbFunction · 0.80
parseRatingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected