light_magic

Module table

source

Structs§

  • Represents a database table utilizing a BTreeMap for underlying data storage. Needs the PrimaryKey trait to be implemented for the value type. Offers enhanced methods for manipulating records, including add, edit, delete, get, and search.

Traits§

  • Trait for getting the value of the primary key