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
6
7
8
use super::*;

// #[cfg(feature = "sqlite")]
// pub mod sqlite;

#[cfg(feature="compatibility_v0_10")]
pub mod paginate;