Skip to content

jmcochran/node-wait-for-mssql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 89.2%
  • Shell 10.2%
  • JavaScript 0.6%