codingconcepts / dw

A super simple CLI that - given a database url - will wait for that database to become available.

Repository from Github https://github.comcodingconcepts/dwRepository from Github https://github.comcodingconcepts/dw

dw

A super simple CLI that - given a database url - will wait for that database to become available.

Installation

  1. Download the latest version of dw for your OS from the Releases page.

  2. Extract the binary:

tar -xvf dw_YOUR_OS.tar.gz
  1. Move the binary to your PATH.

Usage

dw "DATABASE_CONNECTION_STRING"

dw will continually attempt to connect to the database until it achieves a connection, at which point it will terminate with a successfully exit code.

About

A super simple CLI that - given a database url - will wait for that database to become available.

License:MIT License


Languages

Language:Go 62.7%Language:Makefile 37.3%