Skip to content

Cap32/claypot-mongoose-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claypot-mongoose-plugin

Build Status

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

About

Claypot mongoose plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published