#rethink-db #reql #type #data #driver #real-time

reql-types

Some useful types to use along with the reql crate

13 releases

0.3.3 Jun 19, 2022
0.3.2 Nov 26, 2021
0.2.1 Oct 14, 2021
0.2.0 May 11, 2021
0.0.1 Apr 26, 2017

#1562 in Database interfaces

Download history 6/week @ 2023-12-18 7/week @ 2023-12-25 8/week @ 2024-01-08 33/week @ 2024-02-05 9/week @ 2024-02-12 4/week @ 2024-02-19 85/week @ 2024-02-26 16/week @ 2024-03-04 10/week @ 2024-03-11 7/week @ 2024-03-18 23/week @ 2024-03-25

59 downloads per month
Used in 3 crates (via reql)

MIT/Apache

13KB
298 lines

RethinkDB Rust driver

Overview

What is RethinkDB?

RethinkDB is the first open-source scalable database built for realtime applications. It exposes a new database access model -- instead of polling for changes, the developer can tell the database to continuously push updated query results to applications in realtime. RethinkDB allows developers to build scalable realtime apps in a fraction of the time with less effort.


lib.rs:

Common ReQL data types

Dependencies

~1.8–2.6MB
~54K SLoC