0.0.1 • Published 7 years ago
claypot-mongoose-plugin v0.0.1
claypot-mongoose-plugin
Installing
$ yarn add claypot claypot-mongoose-plugin
Usage
Claypotfile.js
module.exports = {
plugins: ['claypot-mongoose-plugin'],
dbs: {
foo: {
store: 'mongoose',
database: 'my_mongo_db',
native_parser: true,
user: '<USER>',
pass: '<PASS>',
authSource: 'admin',
autoReconnect: true,
},
},
};
License
MIT