1.0.1 • Published 11 months ago

egg-plugin-model-hy v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

egg-plugin-model-hy

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

Install

$ npm i egg-plugin-model-hy --save

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.pluginModelHy = {
  url: 'mongodb://xxx'
};

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

1.0.1

11 months ago

1.0.0

11 months ago