bamei-module-knex-mysql
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -19,11 +19,9 @@ 'use strict'; | ||
/** | ||
* 配置: | ||
* {Object} connection 连接信息,默认 {},参考 bamei-module-knex | ||
* {Object} pool 连接池,默认 { min: 0, max: 5 },参考 bamei-module-knex | ||
*/ | ||
// 填充默认配置 | ||
exports.config = function fillDefaultConfig(config) { | ||
// 参考 bamei-module-knex 模块 | ||
return config; | ||
}; | ||
// 初始化 | ||
exports.init = function initKnexMySQLModule(ref, config, done) { | ||
@@ -30,0 +28,0 @@ |
{ | ||
"name": "bamei-module-knex-mysql", | ||
"version": "0.0.6", | ||
"description": "module-knex-mysql", | ||
"version": "0.0.7", | ||
"description": "knex 支持,使用 mysql 存储", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
3501
3
1
76
22