Crate reql [] [src]

A native RethinkDB driver written in Rust

Modules

errors

The errors returned by this driver

structs

Common ReQL data types

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

DateTime
Response

ReQL Response

Enums

ResponseValue

Response value

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