Module transaction

Module transaction 

Source
Expand description

Transaction database traits.

Traits§

DbTx
Read only transaction
DbTxMut
Read write transaction that allows writing to database

Type Aliases§

CursorMutTy
Helper adapter type for accessing DbTxMut mutable cursor.
CursorTy
Helper adapter type for accessing DbTx cursor.