Expand description
Defines the core structure of the cruding crate. While the core is void of any details of postgres, redis etc. The core needs to be “aligned” with those systems. This is done by considering that every Crudable has a PRIMARY KEY.
Re-exports§
pub use moka;