mysql-await
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "mysql-await", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Simple MySQL Async/Await Connection Pool", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# MySQL Async/Await Wrapper v2.1.2 | ||
# MySQL Async/Await Wrapper v2.1.3 | ||
@@ -217,6 +217,8 @@ Simple wrapper for MySQL async/await functionality. Intended for functionality to mimic the popular [mysql](https://github.com/mysqljs/mysql) Node.js callback-based package, but with additional methods for awaiting execution. Goal is for normal methods to be unaffected and only additional await methods added, though accomplished through intermediary class objects. | ||
* Please open an issue for any bugs found or feature requests | ||
Please open an issue for any bugs found or feature requests | ||
* Thanks, @DavidvanDriessche, for identifying a significant issue with error handling | ||
## License | ||
MIT |
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
26064
224