egg-mssql-pool-party
v1.2.3
Published
MSSQL plugin for egg with support for failover
Downloads
104
Readme
egg-mssql-pool-party
Install
$ npm i egg-mssql-pool-party --save
Usage
// {app_root}/config/plugin.js
exports.mssqlPoolParty = {
enable: true,
package: 'egg-mssql-pool-party',
};
Configuration
// {app_root}/config/config.default.js
exports.mssqlPoolParty = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.