MCPcopy Create free account
hub / github.com/HKUDS/AgentSpace / PostgresSyncDatabase

Interface PostgresSyncDatabase

packages/db/src/database.ts:408–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408export interface PostgresSyncDatabase {
409 exec(sql: string): void;
410 prepare(sql: string): PreparedStatementLike;
411 close(): void;
412}
413
414type WorkerSuccessPayload = {
415 rowCount?: number;

Callers 24

findDraftMentionQueryFunction · 0.65
runGeminiProviderTaskFunction · 0.65
execProviderCommandFunction · 0.65
seedForkServiceWorkspaceFunction · 0.80
workFunction · 0.80
updateAttachmentRowsFunction · 0.80
seedWorkspaceRecordsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected