kosame 0.3.0

Macro-based Rust ORM focused on developer ergonomics
Documentation
1
2
3
pub trait Params<T> {
    fn to_driver(&self) -> T;
}