Registry / database / reql
library0.11.2rscratesunverified

A native ReQL driver for RethinkDB, providing asynchronous database operations.

# Cargo.toml [dependencies] reql = "0.11.2"
INSTALL
IMPORT
SIG · REQL
R
reql
databaserustv0.11.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
✓ use reql::Client;

Connects to a RethinkDB server on localhost.

use reql::Client; let client = Client::new("localhost", 28015).unwrap();
Debug
Known issues
gotchaRequires a running RethinkDB server; driver is async and needs a runtime.
fix
Use tokio or async-std runtime and ensure RethinkDB is running.
affects: >=0.0.0
Upgrade
Version history
0.11.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
reql — cargo add reql · libregistry