derive-sql 0.13.0

Structure the interaction with SQL databases - currently SQLite and MySQL via trait and a procedural macro
Documentation
1
2
3
4
5
use super::*;

mod field; pub use field::Field;
pub mod filter;
pub mod order;