gorm 0.1.4

An orm that is simple to use and prevents all mistakes at compile time
Documentation
1
2
3
4
5
6
7
mod aggregate;
mod boolean;
mod regular;

pub use aggregate::*;
pub use boolean::*;
pub use regular::*;