hapi-mssql

1.1.6 • Public • Published

Hapi.js Plugin for MSSQL

Usage

  • npm install --save hapi-mssql

Documentation

Example

{
  register: hapiMSSQL,
  options: {
    userName: process.env.MSSQL_USER,
    password: process.env.MSSQL_PASSWORD,
    server: process.env.MSSQL_HOST,
    options: {
        rowCollectionOnRequestCompletion: true
    }
  }
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.61latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.61
1.1.50
1.1.40
1.1.30
1.1.20
1.1.10
1.1.01
1.0.00

Package Sidebar

Install

npm i hapi-mssql

Weekly Downloads

2

Version

1.1.6

License

MIT

Last publish

Collaborators

  • italoacasas