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
14
15
16
17
pub use crate::engine::test_util::*;

mod expr_and;
mod expr_any;
mod expr_binary_op;
mod expr_cast;
mod expr_exists;
mod expr_intersects;
mod expr_is_null;
mod expr_is_superset;
mod expr_let;
mod expr_map;
mod expr_match;
mod expr_or;
mod expr_project;
mod prop_const;
mod stmt_query;