sql-forge 0.3.2

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
9
10
11
mod traits;

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