We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dbcb6 commit 0307764Copy full SHA for 0307764
docs/transaction-manager.md
@@ -62,7 +62,7 @@ $arangoClient->transactions()->getTransactions();
62
63
64
## Coming from PHP's PDO extension
65
-The client has three quality of life shortcut methods named after PDO. (beginTransaction, rollBack & commit).
+The client has two quality of life shortcut methods named after PDO. (beginTransaction & rollBack).
66
These are meant to make integration with existing packages easier.<br>
67
_However unlike PDO_, you must provide the collections to which you will write in either write or exclusive mode.
68
0 commit comments