reth_db_api

Module table

source
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 enforces the database key to implement Encode and Decode.
  • Generic trait that a database table should follow.
  • Allows duplicating tables across databases
  • Generic trait that enforces the database value to implement Compress and Decompress.

Type Aliases§