egg-mongodb-native

1.0.6 • Public • Published

egg-mongodb

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-mongodb --save

Usage

// {app_root}/config/plugin.js
exports.mongodb = {
  enable: true,
  package: 'egg-mongodb',
};

Configuration

// {app_root}/config/config.default.js
exports.mongodb = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Package Sidebar

Install

npm i egg-mongodb-native

Weekly Downloads

0

Version

1.0.6

License

MIT

Last publish

Collaborators

  • susiyang