mysql-promise-extension
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mysql-promise-extension", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "An ES6 Promise based extension for the MySQL module with helper functions for a more simple usage, mainly with transactions.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,3 +21,3 @@ # MySQL Promise Extension | ||
The principal extended functions provided are: | ||
The principal extended functions are: | ||
@@ -156,3 +156,3 @@ - `execute(query)` | ||
The extended functions provided are: | ||
The extended functions are: | ||
@@ -159,0 +159,0 @@ - `getConnectionP()`: Wrap function for `pool.getConnection()` |
25478