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_c client 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 Transaction represents a FDB database transaction.