1.0.0 • Published 2 years ago
egg-clickhouse v1.0.0
egg-clickhouse
Install
$ npm i egg-clickhouse --save
Usage
// {app_root}/config/plugin.js
exports.ClickHouse = {
enable: true,
package: 'egg-clickhouse',
};
Configuration
// {app_root}/config/config.default.js
exports.ClickHouse = {
};
see ClickHouse for more detail.
Example
Questions & Suggestions
Please open an issue here.
License
1.0.0
2 years ago