rethinkdb / rethinkdb-rs

A native RethinkDB driver written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A native RethinkDB driver written in Rust

License:Apache License 2.0


Languages

Language:Rust 100.0%