1.3.6 • Published 1 year ago

@zhlix/tegg-plugin-sequelize v1.3.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@zhlix/tegg-plugin-sequelize

NPM version build status Known Vulnerabilities npm download

Install

$ npm i @zhlix/tegg-plugin-sequelize --save

Usage

// {app_root}/config/plugin.js
exports.sequelize = {
  enable: true,
  package: '@zhlix/tegg-plugin-sequelize',
};

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT