unreql 0.2.1

Well documented and easy to use RethinkDB Rust Driver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod accessing;
mod administration;
mod aggregation;
mod databases;
mod dates_times;
mod documents;
mod geospatial;
mod joins;
mod math_logic;
mod other;
mod selecting;
mod strings;
mod structures;
mod tables;
mod transformations;
mod writing;