Skip to content

MSSQL adapter for Sails.js/Waterline

Notifications You must be signed in to change notification settings

acraileanu/sails-mssql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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   NPM version

To report a bug, post on the issues tab.

Contributing

NPM

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

About

MSSQL adapter for Sails.js/Waterline

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%