joker_query 1.0.0

The joker_query is most sugared query builder of Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod select;
pub mod order_by;
pub mod join;
pub mod where_by;
pub mod value;
pub mod expression;
pub mod operator;
pub mod condition;
pub mod having;
pub mod array;
pub mod func;
pub mod insert;
pub mod update;
pub mod where_cond;
pub mod set;
pub mod delete;