Structured Node.js bindings for MSSQL.
See https://github.com/node-machine/driver-interface for more background information about this package.
$ npm install machinepack-sqlserver
The repo is configured to run all the tests in Docker containers. The composition uses two containers:
- Public sql server 2017 container published by Microsoft
- A container for testing the package based on official Node 10 release
To run the tests in docker env
$ 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.