MCPcopy Create free account
hub / github.com/damms005/devdb-vscode / commitChange

Method commitChange

src/database-engines/postgres-engine.ts:176–178  ·  view source on GitHub ↗
(serializedMutation: SerializedMutation, transaction: knexlib.Knex.Transaction)

Source from the content-addressed store, hash-verified

174 }
175
176 async commitChange(serializedMutation: SerializedMutation, transaction: knexlib.Knex.Transaction): Promise<void> {
177 await SqlService.commitChange(this.connection, serializedMutation, transaction, '"');
178 }
179
180 async rawQuery(code: string): Promise<string | undefined> {
181 if (!this.connection) throw new Error('Connection not initialized');

Callers

nothing calls this directly

Calls 1

commitChangeMethod · 0.65

Tested by

no test coverage detected