New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wait-for-mysql

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wait-for-mysql

Wait for a MySQL connection to become available

1.0.0
latest
Source
npm
Version published
Weekly downloads
9.8K
-7.07%
Maintainers
1
Weekly downloads
 
Created
Source

Wait for MySQL

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

Installation

npm install --save wait-for-mysql

Usage

Run as a module within another script:

waitForMy = require 'wait-for-mysql'
config =
  username: user
  password: pass
  quiet: true
  query: 'SELECT 1'

waitForMy.wait(config)

Or run stand-alone

wait-for-mysql --username=user --password=pass --quiet

Building

cake build

Keywords

MySQL

FAQs

Package last updated on 29 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts