@goodware/mysql
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "@goodware/mysql", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "A mysql2-based connection helper", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# @goodware/mysql: A mysql2-based connection helper | ||
# @goodware/mysql: A mysql2-promise helper | ||
@@ -16,4 +16,4 @@ # Links | ||
- Creates database connections via mysql2-promise, optionally from a pool, with exponential backoff retry | ||
- Handles AWS RDS passwordless IAM connections | ||
- Optionally manages database transactions by wrapping begin end transaction comments around a function invocation | ||
- Handles AWS RDS IAM passwordless connections | ||
- Optionally manages database transactions by wrapping begin end transaction commands around a function invocation, with an exception handler that executes rollback | ||
- Same API whether using connection pooling or individual connections | ||
@@ -20,0 +20,0 @@ - Same API whether using explicit or implicit transactions |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1511074