Module pliantdb_core::transaction[][src]

Types for executing transactions.

Structs

ChangedDocument

A record of a changed.

Executed

Details about an executed transaction.

Operation

A single operation performed on a Collection.

Transaction

A list of operations to execute as a single unit. If any operation fails, all changes are aborted. Reads that happen while the transaction is in progress will return old data and not block.

Enums

Command

A command to execute within a Collection.

OperationResult

Information about the result of each Operation in a transaction.