Disable Default Transaction Transaction Nested Transactions Control the transaction manually A Specific Example SavePoint, RollbackTo Disable Default Transaction GORM perfo...
Transaction Propagation Transaction Propagation During application development there are situations when a transaction started in one method should be propagated to other metho...
Transactions Read-only transactions Read-write transactions Managing transactions manually Transactions Read-only transactions To start a read-only transaction, you can us...
Transactions Transactions Starting with version 1.3, ArangoDB provides support for user-definable transactions. Transactions in ArangoDB are atomic, consistent, isolated, and ...
Transactions Managed transaction (auto-callback) Throw errors to rollback Automatically pass transactions to all queries Concurrent/Partial transactions Without CLS enabled Is...
Managed transaction (auto-callback) Throw errors to rollback Automatically pass transactions to all queries Concurrent/Partial transactions Without CLS enabled Isolation level...