Skip to content

ajlopez/MongoRepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoRepo

MongoDB repository over a collection

Installation

Via npm on Node:

npm install mongorepo

You can include lib/mongorepo.js directly into your HTML page. It declares the sl namespace.

Usage

Reference in your Node.js program:

var mr = require('mongorepo');

TBD

Development

git clone git://github.com/ajlopez/MongoRepo.git
cd MongoRepo
npm install
npm test

Samples

TBD

Versions

  • 0.0.1 Published
  • 0.0.1 Published, update many documents by default

References

Contribution

Feel free to file issues and submit pull requests — contributions are welcome.

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.

About

MongoDB repository using a collection

Resources

License

Stars

Watchers

Forks

Packages

No packages published