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

Interface Db

packages/persistence/src/sqlite.ts:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 all(...params: unknown[]): Record<string, unknown>[];
22}
23export interface Db {
24 exec(sql: string): void;
25 prepare(sql: string): Stmt;
26 close(): void;
27}
28
29const MIGRATIONS = `
30CREATE TABLE IF NOT EXISTS users (

Callers 19

parseRssItemsFunction · 0.80
openDbFunction · 0.80
parseRatingFunction · 0.80
createMethod · 0.80
findByHashMethod · 0.80
revokeMethod · 0.80
revokeIfActiveMethod · 0.80
revokeAllForUserMethod · 0.80
pruneExpiredMethod · 0.80
setMethod · 0.80
getMethod · 0.80
vendors.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected