public
Description: MongoDB module for flusspferd
Homepage:
Clone URL: git://github.com/ashb/mongodb-flusspferd.git
name age message
file .gitignore Sun Nov 01 05:22:02 -0800 2009 Ignore generated docs output [ashb]
file CONTRIBUTORS Sat Oct 31 17:34:31 -0700 2009 Initial commit. Can create objects in the DB. [ashb]
file LICENSE Sat Oct 31 17:34:31 -0700 2009 Initial commit. Can create objects in the DB. [ashb]
file README.markdown Sun Nov 01 05:36:41 -0800 2009 Add compilation instructions [ashb]
file install.js Sun Nov 01 05:36:41 -0800 2009 Add compilation instructions [ashb]
file pdoc.rb Sun Nov 01 05:36:41 -0800 2009 Add compilation instructions [ashb]
file premake4.lua Loading commit data...
directory src/
README.markdown

Flusspferd bindings for MongoDB

To compile this module you'll need Premake4 and obviously mongoDB. I'm making no guarantees that the compile will work without tweaking for everyone yet tho.

$ premake4 --mongodb-root=$HOME/code/assets/mongodb-osx-i386-2009-10-31/ gmake
$ make
$ flusspferd -Ibuild
> mongodb = require('mongodb').MongoDB('localhost')
({})
> quit();
$ flusspferd install.js