mysql-async-wrapper
Version:
This is a Wrapper class, which helps to get rid of callbacks of mysql package functions and provides a way to use them in async await (es7) syntax, Below Examples uses express framework in both (import/export syntax and commonJs syntax)
25 lines (24 loc) • 470 B
JSON
{
"name": "mysql-async-wrapper",
"version": "2.0.1",
"description": "",
"main": "dist/index.js",
"types" : "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Abhay Sehgal",
"homepage": "https://github.com/Abhay2012/mysql-async-wrapper",
"license": "ISC",
"keywords": [
"async",
"await",
"es7",
"mysql",
"express",
"retry",
"query",
"errors",
"deadlock"
]
}