Module operation

Module operation 

Source
Expand description

Handle execution of database operations and transactions.

Structs§

DbOp
Default return type of the derived EsRepo::begin_op().
DbOpWithTime
Equivileant of DbOp just that the time is guaranteed to be cached.

Traits§

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