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 IntoArg::into_arg

Client

The database cluster client

Connection

The connection pool returned by the connect command

Response

ReQL Response

Enums

Document

The JSON document returned by the server

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