express-mysql-pool
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "express-mysql-pool", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "express-mysql-connection middleware (pooling connection)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# express-mysql-pool | ||
============ | ||
express middleware for mysql pooling connection | ||
@@ -4,0 +4,0 @@ 一个能让你更方便连接并操作mysql的express中间件。只使用连接池模式连接mysql,并将连接挂载到request对象上。 |
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
3993