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

Method exec

packages/db/src/database.ts:409–409  ·  view source on GitHub ↗
(sql: string)

Source from the content-addressed store, hash-verified

407
408export interface PostgresSyncDatabase {
409 exec(sql: string): void;
410 prepare(sql: string): PreparedStatementLike;
411 close(): void;
412}

Calls

no outgoing calls

Tested by

no test coverage detected