Skip to content

ImoucheG/sails-sqlserver-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sails-SqlServer Adapter

SQL Server adapter for the Sails framework and Waterline ORM. Allows you to use MSSQL via your models to store and retrieve data. Also provides a sendNativeQuery() method for a direct interface to execute raw SQL commands.

This adapter use Sails >= v1.0 and use connections pools to manage your requests. Each pool can stack 5 requests. Theirs stack increase only if others pools is not available (0 request in queu). He using prepared statement, also he open and close connection from pool automaticaly. The values passed in request are typed for improve performance and integrity of data.

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

Resources

Stars

Watchers

Forks

Packages

No packages published