wait-for-mssql

1.0.3 • Public • Published

Wait for MSSQL

Waits for a MSSQL connection to become available, optionally running a custom query to determine if the connection is valid.

Installation

npm install --save wait-for-mssql

Usage

Run as a module within another script:

waitForMSSQL = require 'wait-for-mssql'
config =
  username: user
  password: pass
  query: 'SELECT 1'
 
waitForMSSQL.wait(config)

Or run stand-alone

wait-for-mssql --username=user --password=pass

Building

cake build

Readme

Keywords

Package Sidebar

Install

npm i wait-for-mssql

Weekly Downloads

1

Version

1.0.3

License

none

Unpacked Size

17.3 kB

Total Files

12

Last publish

Collaborators

  • jmcochran