node-rethink

v1.7.1-0
Node.js-oriented RethinkDB driver using native libprotobuf
database NoSQL reql query language rethinkdb

node-rethink

This is a modified version of original driver from RethinkDB repository. It does not use Google Closure Library and uses node-protobuf which is a wrapper around C++ libprotobuf to ensure fast serialization/parsing of protocol buffers. Downside of this approach is that this driver is Node.js-only, it will not work from the browser, so I removed everything browser-related.

As this driver is slightly modified original driver it works the same, just faster. I'm not sure if MIT license is compatible with GNU GPL 3 under which RethinkDB is released, so let me know if there are problems with it.

npm i node-rethink

Metadata

Downloads

Maintainers