sails1-mssqlserver
v1.1.4
Published
MS-SQL adapter for Sails.js
Downloads
10
Readme
Sails 1.0 MS-SQL Server Adapter
MS SQL Server adapter for the Sails 1.0 framework and Waterline ORM. Allows you to use MS SQL via your models to store and retrieve data. Also provides a query()
method for a direct interface to execute raw SQL commands.
NOTE: I'm currently working on this adapter, it's possible that some things won't work.
Installation
Install from NPM.
# In your app:
$ npm install sails1-mssqlserver
Help
If you have further questions or are having trouble, click here.
Bugs [
To report a bug, email me at [email protected]
Contributing
Please observe the guidelines and conventions laid out in the Sails project contribution guide when opening issues or submitting pull requests.
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=mysql://root:myc00lP4ssw0rD@localhost/adapter_tests npm test
For more info, see Reference > Configuration > sails.config.datastores > The connection URL, or ask for help.
License
This adapter, like the Sails framework is free and open-source under the MIT License.