toasty 0.6.0

An async ORM for Rust supporting SQL and NoSQL databases
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod expr_and;
mod expr_binary_op;
mod expr_cast;
mod expr_in_list;
mod expr_intersects;
mod expr_is_null;
mod expr_is_superset;
mod expr_list;
mod expr_match;
mod expr_not;
mod expr_or;
mod expr_record;
mod prop_idempotence;