egg-rds
v0.0.3
Published
Relational Database Service
Downloads
2
Readme
egg-rds
Install
$ npm i egg-rds --save
Usage
// {app_root}/config/plugin.js
exports.rds = {
enable: true,
package: 'egg-rds',
};
Configuration
// {app_root}/config/config.default.js
exports.rds = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.