Expand description
Table traits
Traits§
- Trait that will transform the data to be saved in the DB in a (ideally) compressed format
- Trait that will transform the data to be read from the DB.
- Trait that will transform the data to be read from the DB.
DupSort
allows for keys to be repeated in the database.- Trait that will transform the data to be saved in the DB.
- Generic trait that a database table should follow.
- Allows duplicating tables across databases
- Generic trait that enforces the database value to implement
Compress
andDecompress
.
Type Aliases§
- Tuple with
T::Key
andT::Value
.