This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

node-rethink

1.7.1-0 • Public • Published

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.

Changelog

1.7.0-2

  • Updated to latest version of official drivers
  • Fixed instanceof Object in aropt function not functioning properly in separate execution context (i.e. if your code runs through VM module)

1.6.0-4

  • Removed EventEmitter emulation and added EventEmitter interface to network code
  • Switched network code to Buffers to avoid data conversions
  • Changed license

Readme

Keywords

none

Package Sidebar

Install

npm i node-rethink

Weekly Downloads

8

Version

1.7.1-0

License

Apache 2.0

Last publish

Collaborators

  • fuwaneko