An open API service indexing awesome lists of open source software.

https://github.com/cap32/claypot-mongoose-plugin

Claypot mongoose plugin
https://github.com/cap32/claypot-mongoose-plugin

Last synced: 2 months ago
JSON representation

Claypot mongoose plugin

Awesome Lists containing this project

README

          

# claypot-mongoose-plugin

[![Build Status](https://travis-ci.org/Cap32/claypot-mongoose-plugin.svg?branch=master)](https://travis-ci.org/Cap32/claypot-mongoose-plugin)

## Installing

```bash
$ yarn add claypot claypot-mongoose-plugin
```

## Usage

**Claypotfile.js**

```js
module.exports = {
plugins: ['claypot-mongoose-plugin'],
dbs: {
foo: {
store: 'mongoose',
database: 'my_mongo_db',
native_parser: true,
user: '',
pass: '',
authSource: 'admin',
autoReconnect: true,
},
},
};
```

## License

MIT