mongorepo

MongoDB repository over a collection

Usage no npm install needed!

<script type="module">
  import mongorepo from 'https://cdn.skypack.dev/mongorepo';
</script>

README

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.