A MongoDB engine for resourceful, a datamapper part of the flatiron project.
Credits
Ryan Fitzgerald, Follow @TheRyanFitz on Twitter.
Warning
This project is in a very early stage, with limited functionality. Don't use in production.
Example
var resourceful = ;var Person = resourceful;
Installation
Installing npm (node package manager)
$ curl http://npmjs.org/install.sh | sh
Installing resourceful
$ [sudo] npm install resourceful-mongo
Tests
All tests are written with mocha and should be run with npm:
$ npm test