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
- Host: GitHub
- URL: https://github.com/cap32/claypot-mongoose-plugin
- Owner: Cap32
- License: mit
- Created: 2017-07-06T11:33:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T15:04:13.000Z (almost 8 years ago)
- Last Synced: 2025-08-09T03:21:26.850Z (11 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# claypot-mongoose-plugin
[](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