Skip to content
Nick edited this page May 19, 2015 · 36 revisions

The RethinkDB-Elixir wiki!

  • RethinkDB-Elixir, is a pipline enabled (see note below) Rethinkdb 2.0+ client that's implemented in Elixir. It utilizes the Rethinkdb JSON client protocol, and replaces an older driver that utilized protocol buffers.

Getting Started With RethinkDB-Elixir

Using RethinkDB-Elixir with frameworks

Note:
"Pipeline Enabled" - This driver, unlike the official Rethinkdb drivers, takes advantage of connection pipelining, where multiple requests can be sent across the same connection and will be processed in parallel. This is distinctly different than an Elixir pipeline.

Clone this wiki locally