Structs§
- Table
- Represents a database table utilizing a
BTreeMapfor underlying data storage. Human-readable serializers (e.g., JSON) see it as a map with string keys. Binary serializers (e.g., bincode) see it as a sequence of rows.
Traits§
- Primary
Key - Trait for getting the value of the primary key