1.1.0-alpha • Published 4 years ago

@rcreager/moongo v1.1.0-alpha

Weekly downloads
1
License
-
Repository
github
Last release
4 years ago

Moongo

Image of Moongo Logo

Moongo is a helpful wrapper for Mongo collections.

Installation

npm install @rcreager/moongo

Example

Basic Example

const moongo = require('@rcreager/moongo')
const pokemonCollection = moongo.collection(pokemon)

module.exports = pokemonCollection

More Examples

Contributing

Before submitting a pull request

  • Follow eslint rules
  • Add unit tests for any new code or fixed bug

License

Moongo is MIT licensed.