0.1.1 • Published 11 years ago

mongodb-store v0.1.1

Weekly downloads
15
License
-
Repository
-
Last release
11 years ago

The mongodb-store is an NodeJS implementation of the object store interface for MongoDB storage, providing access to MongoDB databases for Persevere, any other consumer that uses the object store interface (Dojo also uses this interface), and for direct interaction. This store supports RQL for convenient web-based querying that matches well with MongoDB querying capabilities.

Setup

mongodb-store can be installed with NPM via:

npm install mongodb-store

If you are using this with Persevere, please see the Persevere documentation.

Licensing

mongodb-store is part of the Persevere project, and therefore is licensed under the AFL or BSD license. The Persevere project is administered under the Dojo foundation, and all contributions require a Dojo CLA.

Project Links

See the main Persevere project for more information:

Homepage: