rethought

0.1.1 • Public • Published

rethought

This is a JavaScript object-wrapper for RethinkDB documents. It provides a Document class making use of generators.

I heavily borrowed from http://knowthen.com/episode-5-creating-models-in-koajs/.

See examples/models.user.js and test/user.js for an example of how powerful this tool already is.

Installation

Make sure you've got io.js installed. Then install with npm install rethought.

ES6

This package uses generators and classes, which are only available in io.js.

Testing

Run the tests with npm test.

Readme

Keywords

none

Package Sidebar

Install

npm i rethought

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • fschuetz04