Commits a distributed transaction also know as prepared transaction in postgres or XA transaction in MySQL
method
SQL.commitDistributed
@param name
The name of the distributed transaction
await sql.commitDistributed("my_distributed_transaction");
method
Commits a distributed transaction also know as prepared transaction in postgres or XA transaction in MySQL
The name of the distributed transaction
await sql.commitDistributed("my_distributed_transaction");