node-mysql-deadlock-retries
Version:
Add retry capabilities for the node-mysql module to dodge the mysql deadlock error
37 lines (36 loc) • 895 B
JSON
{
"dependencies": {
"async": "^1.5.2",
"mysql": "^2.10.2"
},
"devDependencies": {
"mocha": "^2.4.5"
},
"engines": {
"node": ">=4.0"
},
"name": "node-mysql-deadlock-retries",
"description": "Add retry capabilities for the node-mysql module to dodge the mysql deadlock error",
"version": "2.0.5",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/happilymarrieddad/node-mysql-deadlock-retries2.git"
},
"keywords": [
"mysql",
"deadlock"
],
"author": "Nick Kotenberg <happilymarrieddad@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/happilymarrieddad/node-mysql-deadlock-retries2/issues"
},
"homepage": "https://github.com/happilymarrieddad/node-mysql-deadlock-retries2"
}