odbc-pool
Version:
A connection pool for the ODBC module
32 lines (31 loc) • 660 B
JSON
{
"name": "odbc-pool",
"version": "0.0.7",
"description": "A connection pool for the ODBC module",
"main": "pool.js",
"dependencies": {
"generic-pool": "^2.5.4"
},
"devDependencies": {
"odbc": "^1.4.2"
},
"scripts": {
"test": "node test.js"
},
"keywords": [
"odbc",
"pool",
"connection",
"string"
],
"author": "Dan VerWeire",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wankdanker/node-odbc-pool.git"
},
"bugs": {
"url": "https://github.com/wankdanker/node-odbc-pool/issues"
},
"homepage": "https://github.com/wankdanker/node-odbc-pool#readme"
}