mysql-await
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "mysql-await", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Simple MySQL Async/Await Connection Pool", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# MySQL Async/Await Wrapper v2.0.1 | ||
# MySQL Async/Await Wrapper v2.0.2 | ||
@@ -26,3 +26,3 @@ Simple wrapper for MySQL async/await functionality. Intended for functionality to mimic the popular `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. | ||
## Connections from pool.getConnection() | ||
### Connections from pool.getConnection() | ||
@@ -29,0 +29,0 @@ * Connection.awaitBeginTransaction() |
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
23264