Structured Node.js bindings for connecting and running queries against a MsSql database.
npm install machinepack-sqlserver

Structured Node.js bindings for MSSQL.
> See https://github.com/node-machine/driver-interface for more background information about this package.
``sh`
$ npm install machinepack-sqlserver
To run the tests in docker env
`sh``
$ export SA_PASSWORD=Password1
$ docker-compose up
The github repo is configure to run the tests in Travis-CI on code push. The status of the build can be seen at the top of
the repo
For more examples, or if you get stuck or have questions, click here.
To report a bug, add an issue in github.
This module is largely a port of the machinepack-postgresql module.
In addition, the work done by Dave Preston machinepack-mssql has
been used in this repo.
MIT
This package is free and open-source under the MIT License.