Crate reql [−] [src]
A native RethinkDB driver written in Rust
Modules
| errors |
The errors returned by this driver |
Macros
| args |
Splice an array of arguments into another term |
Structs
| Arg |
The return type of |
| Client |
The database cluster client |
| Config |
Connection parameters |
| Connection |
The connection pool returned by the |
| Response |
ReQL Response |
Enums
| Document |
The JSON document returned by the server |
Constants
| DEFAULT_PORT |
Default ReQL port |
Traits
| IntoArg |
The argument that is passed to any command |
| Run |
Lazily execute a command |
Type Definitions
| Result |
The result of any command that can potentially return an error |