UNPKG

@cityssm/mssql-multi-pool

Version:

A simple way to manage connections to multiple SQL Server databases using the Node.js Tedious driver.

56 lines (55 loc) 1.39 kB
{ "name": "@cityssm/mssql-multi-pool", "version": "5.1.4", "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", "sideEffects": false, "type": "module", "exports": { ".": "./index.js", "./debug": "./debug.config.js" }, "files": [ "debug.*", "index.*" ], "scripts": { "coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test test/test.js", "test": "node --test test/test.js" }, "overrides": { "uuid": "14.0.0" }, "dependencies": { "@cityssm/has-package": "^1.0.0", "@types/mssql": "^12.3.0", "debug": "^4.4.3", "exit-hook": "^5.1.0", "mssql": "^12.5.0" }, "devDependencies": { "@types/debug": "^4.1.13", "@types/node": "^25.6.0", "eslint-config-cityssm": "^39.1.0", "prettier-config-cityssm": "^2.1.2" }, "engines": { "node": ">=20.0.0" } }