Crate reql [] [src]

A native RethinkDB driver written in Rust

Modules

commands

The ReQL command reference

errors

Error Reference

Macros

args

Splice an array of arguments into another term

Structs

Arg

The return type of ToArg::to_arg

Args

The return type of the args!() macro

Client

The type returned by every error

Config

The configuration data for the connect command

Connection

The ReQL connection returned by the connect command

Response

The response returned by the run command

Traits

ToArg

The argument that is passed to any ReQL command

Type Definitions

Result

The result of any ReQL command that can potentially return an error