Expand description
Traits defined by this crate
All traits are work in progress and might have breaking changes between versions as the project is in early stages. Any feedback on edge cases with trait or lifetime bounds are appreciated as im developing parallel with my other projects that uses this.
Re-exports§
pub use model::*;
pub use sql_filter::*;
pub use repository::*;
Modules§
- model
- Model trait to define model specific methods
- repository
Repository
Trait to define a database repository- sql_
filter - Sql filtering trait for defining type safe dynamic filters.