Module redb

Module redb 

Source

Modules§

escrow_database
loging

Structs§

RedbDatabase

Enums§

KeyError
RedbError
WriteTxnMode
Represents the mode for executing database transactions.

Functions§

execute_in_transaction
Executes a given operation within a transaction context. Uses an existing transaction if WriteTxnMode::UseExisting is specified. Creates and commits a new transaction if WriteTxnMode::CreateNew is specified.