Transactions
Describes how to use transactions.
- Introduction to Transactions
A transaction is a series of operations on a store, normally completed by committing them using the store's CommitL() function.
- How to Commit and Revert
Changes to a store are not made permanent until they are committed and until such changes are committed, they can be rolled back (i.e. reverted)