mysql-await
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mysql-await", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Simple MySQL Async/Await Connection Pool", | ||
@@ -18,4 +18,8 @@ "main": "index.js", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/om-mani-padme-hum/mysql-await" | ||
}, | ||
"author": "Rich Lowe", | ||
"license": "MIT" | ||
} |
@@ -1,2 +0,2 @@ | ||
# MySQL Async/Await Wrapper | ||
# MySQL Async/Await Wrapper v1.01 | ||
@@ -7,3 +7,5 @@ Basic API for performing async/await MySQL queries on a pool. A new connection is created, queried, and released for each call to `query()`. | ||
```json | ||
### JavaScript | ||
```javascript | ||
{ | ||
@@ -18,2 +20,14 @@ connectionLimit : 10, | ||
### JSON | ||
```json | ||
{ | ||
"connectionLimit" : 10, | ||
"host" : "example.org", | ||
"user" : "bob", | ||
"password" : "secret", | ||
"database" : "my_db" | ||
} | ||
``` | ||
## Example | ||
@@ -20,0 +34,0 @@ |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4358
80
3