abalad / sails-sqlserver-v2

SQL Server adapter for Sails.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sails-SqlServer Adapter

SQL Server adapter for the Sails framework and Waterline ORM. Allows you to use MySQL 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.

# In your app:
$ npm install sails-sqlserver-v2

Contributing

Please observe the guidelines and conventions laid out in the Sails project contribution guide when opening issues or submitting pull requests.

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.

About

SQL Server adapter for Sails.js


Languages

Language:JavaScript 100.0%