@@ -39,17 +39,21 @@ Multi-document transactions are **ACID compliant** because MongoDB
39
39
guarantees that the data in your transaction operations remains consistent,
40
40
even if the driver encounters unexpected errors.
41
41
42
- Learn how to perform transactions in the following sections of this guide:
42
+ To learn more about transactions in MongoDB, see :manual:`Transactions </core/transactions/>`
43
+ in the {+server-docs-name+}.
44
+
45
+ This guide contains the following sections:
43
46
44
47
- :ref:`laravel-transaction-requirements`
45
48
- :ref:`laravel-transaction-callback`
46
49
- :ref:`laravel-transaction-commit`
47
50
- :ref:`laravel-transaction-rollback`
48
51
49
- .. tip::
52
+ .. tip:: Transactions Learning Byte
50
53
51
- To learn more about transactions in MongoDB, see :manual:`Transactions </core/transactions/>`
52
- in the {+server-docs-name+}.
54
+ Practice using {+odm-short+} to perform transactions
55
+ in the `Laravel Transactions Learning Byte
56
+ <https://learn.mongodb.com/courses/laravel-transactions>`__.
53
57
54
58
.. _laravel-transaction-requirements:
55
59
@@ -156,4 +160,3 @@ transaction is rolled back, and none of the models are updated:
156
160
:emphasize-lines: 1,18,20
157
161
:start-after: begin rollback transaction
158
162
:end-before: end rollback transaction
159
-
0 commit comments