@cityssm/mssql-multi-pool
Version:
A simple way to manage connections to multiple SQL Server databases using the Node.js Tedious driver.
48 lines (47 loc) • 1.32 kB
JSON
{
"name": "@cityssm/mssql-multi-pool",
"version": "5.1.0",
"description": "A simple way to manage connections to multiple SQL Server databases using the Node.js Tedious driver.",
"keywords": [
"mssql",
"node-mssql",
"tedious",
"connection-pool",
"sql-server"
],
"homepage": "https://github.com/cityssm/mssql-multi-pool#readme",
"bugs": {
"url": "https://github.com/cityssm/mssql-multi-pool/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/mssql-multi-pool.git"
},
"license": "MIT",
"author": "The Corporation of the City of Sault Ste. Marie",
"type": "module",
"exports": {
".": "./index.js",
"./debug": "./debug.config.js"
},
"scripts": {
"coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test test/test.js",
"test": "node --test test/test.js"
},
"dependencies": {
"@cityssm/has-package": "^1.0.0",
"@types/mssql": "^9.1.7",
"debug": "^4.4.1",
"exit-hook": "^4.0.0",
"mssql": "^11.0.1"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^24.0.0",
"eslint-config-cityssm": "^24.0.0",
"prettier-config-cityssm": "^1.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}