Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rethinkdb/rethinkdb-rs
A native RethinkDB driver written in Rust
https://github.com/rethinkdb/rethinkdb-rs
reql rethinkdb rethinkdb-driver rust
Last synced: 4 days ago
JSON representation
A native RethinkDB driver written in Rust
- Host: GitHub
- URL: https://github.com/rethinkdb/rethinkdb-rs
- Owner: rethinkdb
- License: apache-2.0
- Created: 2016-04-28T18:42:09.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T22:18:21.000Z (over 1 year ago)
- Last Synced: 2024-12-30T05:14:51.331Z (4 days ago)
- Topics: reql, rethinkdb, rethinkdb-driver, rust
- Language: Rust
- Homepage:
- Size: 15.4 MB
- Stars: 210
- Watchers: 9
- Forks: 27
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# 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.