Skip to content

ashb/mongodb-flusspferd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flusspferd bindings for MongoDB

To compile this module you'll need Cmake 2.6.4+ (as required for building Flusspferd itself) and obviously mongoDB. I'm making no guarantees that the compile will work without tweaking for everyone yet tho.

$ cmake -H. -Bbuild

If this fails to find the mongoDB library or header files you'll need to specify the directory containing lib/libmongoclient.a (or similar) and include/mongo by adding -DMONGODB_ROOT=/path/to/mongo to the above cmake command.

$ make -C build
$ flusspferd -Ibuild
> mongodb = require('mongodb').MongoDB('localhost')
({})
> quit();
$ make -C build install

About

MongoDB module for flusspferd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published