Crate dbutils

source
Expand description

Utils for developing database

Modules§

Macros§

  • A macro to generate builder types.

Structs§

  • Ascend is a comparator that compares byte slices in ascending order.
  • Descend is a comparator that compares byte slices in descending order.

Traits§

  • Things that are fast to clone in the context of an application.
  • Comparator is used for key-value database developers to define their own key comparison logic. e.g. some key-value database developers may want to alpabetically comparation
  • StaticComparator is used for key-value database developers to define their own key comparison logic. e.g. some key-value database developers may want to alpabetically comparation.