jeefo-mysql
Advanced tools
Comparing version 0.0.39 to 0.0.40
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. | ||
* File Name : index.js | ||
* Created at : 2021-10-09 | ||
* Updated at : 2021-12-02 | ||
* Updated at : 2021-12-16 | ||
* Author : jeefo | ||
@@ -47,2 +47,6 @@ * Purpose : | ||
}); | ||
this.connection.on("error", err => { | ||
console.error("MYSQL Error:", err); | ||
}); | ||
}); | ||
@@ -49,0 +53,0 @@ |
{ | ||
"name": "jeefo-mysql", | ||
"version": "0.0.39", | ||
"version": "0.0.40", | ||
"description": "Very simple MySQL connection instances for each table. I had annoyed enough for MySQL Deadlocks.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
16386
447