news-sails-sqlserver

1.0.1 • Public • Published

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.

Note: I'm update from npm sails-sqlserver

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

/news-sails-sqlserver/

    Package Sidebar

    Install

    npm i news-sails-sqlserver

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    4.17 MB

    Total Files

    1951

    Last publish

    Collaborators

    • longcn13a