SQL Server Adapter for Sails / Waterline
npm install sails-sqlserverquery() method for a direct interface to execute raw SQL commands.
bash
$ npm install sails-mssql
`
Branch Structure
| sails.js version | sails-mssql version | sails-mssql branch |
| ----------- | ----------- | ----------- |
| 1.x | 2.x | master |
| 0.12.x | 1.x | 0.12.x |
Bugs 
To report a bug, post on the issues tab.
Contributing

$3
To run the tests, point this adapter at your database by specifying a connection URL and run npm test:
`
WATERLINE_ADAPTER_TESTS_URL=mssql://root:myc00lP4ssw0rD@localhost/adapter_tests npm test
``