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 ToArg::to_arg

Client

The database cluster client

Pool

The connection pool returned by the connect command

Response

The response returned by the run command

Traits

ToArg

The argument that is passed to any command

Type Definitions

Result

The result of any command that can potentially return an error