Module light_magic::table

source ·

Structs§

  • Represents a database table utilizing a BTreeMap for underlying data storage. Offers enhanced methods for manipulating records, including add, edit, delete, get, and search.

Traits§

  • Trait for getting the value of the first field, filled in db macro
  • Match trait, filled in db macro