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
//! Scaffoling for handling ordering statement
use super::*;

mod condition; pub use condition::{Operator, Condition};
mod and; pub use and::{And};
mod none; pub use none::{None};