HTTP Interface for Transactions
Transactions
ArangoDB’s transactions are executed on the server. Transactions can be executed by clients in two different ways:
- Via the Stream Transaction API
- Via the JavaScript Transaction API
For a more detailed description of the transaction types, how transactions work in ArangoDB, and what guarantees ArangoDB provide, please refer to Transactions.