sql-forge 0.2.0

Proc-macro combining compile-time SQL validation with a runtime QueryBuilder for dynamic queries using named parameters.
Documentation
1
2
3
4
5
6
7
8
mod traits;

pub use sql_forge_macro::db_type;
pub use sql_forge_macro::sql_forge;
pub use traits::SqlForgeQuery;
pub use traits::SqlForgeQueryExecute;
pub use traits::SqlForgeQueryGroup;
pub use traits::SqlForgeQueryGroupGet;