Structs§
Traits§
- DbImpl
ByFamily - DbImpl
Family - DbValue
Type - One of the elementary value type supported by db.
- KeyValue
DbAs AnyTrait - This trait is to help with the committing of the transaction for which the db object should be provided for serialization.
- KeyValue
DbIterable Trait - KeyValue
DbTo Owned Read Trait - KeyValue
DbTrait - KeyValue
DbTrait Multi Reader - The difference between this trait and KeyValueDbTraitRead is that, the type which implements KeyValueDbTraitRead may use lock to serialize the reads, which is not necessarily a multi reader.
- KeyValue
DbTrait Owned Read - These special get methods are provided for db like sqlite, where concurrency can only be achieved by opening a separate connection, otherwise lock is required for concurrent read.
- KeyValue
DbTrait Read - KeyValue
DbTrait Single Writer - KeyValue
DbTrait Single Writer Multi Reader - KeyValue
DbTrait Transactional - KeyValue
DbTrait Transactional Dyn - KeyValue
DbTransaction Trait - KeyValue
DbTypes - Owned
Read Impl ByFamily - Owned
Read Impl Family - Read
Impl ByFamily - Read
Impl Family - Single
Writer Impl ByFamily - Single
Writer Impl Family