MCPcopy
hub / github.com/codedogQBY/ReadAny / execute

Method execute

packages/core/src/services/platform.ts:46–46  ·  view source on GitHub ↗
(sql: string, params?: unknown[])

Source from the content-addressed store, hash-verified

44
45export interface IDatabase {
46 execute(sql: string, params?: unknown[]): Promise<void>;
47 select<T>(sql: string, params?: unknown[]): Promise<T[]>;
48 close(): Promise<void>;
49}

Callers 15

saveFeedbackRecordFunction · 0.65
markFeedbackReplySeenFunction · 0.65
refreshFeedbackStatusFunction · 0.65
executeToolFunction · 0.65
tools.test.tsFile · 0.65
setLastSyncTimestampFunction · 0.65
applyChangesFunction · 0.65
upsertRecordFunction · 0.65
rememberRemoteTombstoneFunction · 0.65
runMigrationsFunction · 0.65
insertNoteFunction · 0.65
updateNoteFunction · 0.65

Implementers 1

ExpoPlatformServicepackages/app-expo/src/lib/platform/exp

Calls

no outgoing calls

Tested by

no test coverage detected