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

mod database; pub use database::Database;
mod database_owned; pub use database_owned::DatabaseOwned;