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

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.6
    0
    • latest

Version History

Package Sidebar

Install

npm i hapi-mssql

Weekly Downloads

0

Version

1.1.6

License

MIT

Last publish

Collaborators

  • italoacasas