1.0.3 • Published 6 years ago

wait-for-mssql v1.0.3

Weekly downloads
2
License
-
Repository
github
Last release
6 years ago

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

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago