2.1.10 • Published 2 years ago
sails-mssql v2.1.10
Sails-MSSQL Adapter
MSSQL adapter for Sails framework and Waterline ORM. Allows you to use MSSQL via your models to store and retrieve data. Also provides a query()
method for a direct interface to execute raw SQL commands.
Installation
Install from NPM.
$ 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
Running the tests
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
For more info, see Reference > Configuration > sails.config.datastores > The connection URL, or ask for help.
License
MIT License
2.1.10
2 years ago
2.1.9
3 years ago
2.1.8
4 years ago
2.1.6
4 years ago
2.1.5
4 years ago
2.1.4
5 years ago
2.1.3
5 years ago
2.1.2
5 years ago
1.0.2
5 years ago
2.1.1
5 years ago
1.0.1
5 years ago
2.1.0
5 years ago
2.0.3
6 years ago
2.0.2
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.0.0
6 years ago
0.1.1
11 years ago
0.1.0
11 years ago
0.0.5
11 years ago