Crate reql[][src]

A native ReQL driver written in Rust

Modules

errors

The errors returned by this driver

Structs

Arg

The return type of IntoArg::into_arg

Client

The database cluster client

Config

Connection parameters

Connection

The connection pool returned by the connect command

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