Skip to main content

Module operation

Module operation 

Source
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().
DbOpWithTime
Equivileant of DbOp just that the time is guaranteed to be cached.
OpWithTime
Wrapper that guarantees time is available, borrowing the underlying operation.

Traits§

AtomicOperation
Trait to signify we can make multiple consistent database roundtrips.
AtomicOperationWithTime