Expand description
Handle execution of database operations and transactions.
Modules§
- hooks
- Commit hooks for executing custom logic before and after transaction commits.
Structs§
- DbOp
- Default return type of the derived EsRepo::begin_op().
- DbOp
With Time - Equivileant of
DbOpjust that the time is guaranteed to be cached. - OpWith
Time - Wrapper that guarantees time is available, borrowing the underlying operation.
Traits§
- Atomic
Operation - Trait to signify we can make multiple consistent database roundtrips.
- Atomic
Operation With Time