Module fdb::transaction
source · Expand description
Provides types and traits for working with FDB Transactions and Snapshots.
Structs
- Committed version of the
Transaction. - A handle to a FDB snapshot, suitable for performing snapshot reads.
- A handle to a FDB transaction.
fdb_cclient level versionstamp.
Enums
- A set of operations that can be performed atomically on a database.
- A set of options that can be set on a
FdbTransaction.
Traits
- A read-only subset of a FDB
Transaction. - A
Transactionrepresents a FDB database transaction.