Represents a transaction in the Ditto store. More...
Functions | |
| void | transaction_execute_cb (void *env_ptr, dittoffi_result_dittoffi_query_result_ptr_t ffi_result) |
Represents a transaction in the Ditto store.
A Transaction is used to group multiple operations into a single atomic unit. This ensures that either all operations within the transaction are applied, or none of them are, maintaining the integrity of the data.
Please consult the documentation of Store::transaction for more information on how to create and use transactions. For a complete guide on transactions, please refer to the Ditto documentation.