Socket
Socket
Sign inDemoInstall

am-sails-sqlserver

Package Overview
Dependencies
35
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    am-sails-sqlserver

Official SQL Server Adapter for Sails / Waterline


Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Install size
5.79 MB
Created
Weekly downloads
 

Readme

Source

All-in-One Data Management Stack

sails-sqlserver

NPM version Build status Dependency Status

Official Microsoft SQL Server adapter for sails.js. Tested on SQL Server 2012 and 2014, but should support any SQL Server 2005 and newer. CI tests are run against SQL Server Express. Published by c*nect.

1. Install

$ npm install sails-sqlserver --save

2. Configure

config/models.js
{
  connection: 'sqlserver'
}
config/connections.js
{
  sqlserver: {
    adapter: 'sails-sqlserver',
    user: 'cnect',
    password: 'pass',
    host: 'abc123.database.windows.net' // azure database
    database: 'mydb',
    options: {
      encrypt: true   // use this for Azure databases
    }
  }
}

License

MIT

Keywords

FAQs

Last updated on 22 Sep 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc