HugoDF / wait-for-pg

Wait for postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wait-for-pg

Wait for Postgres

Getting Started

Prerequisites

Tested on Node v16 with npm 9.

Installing

Installing wait-for-pg globally will install the wait-for-pg command:

# Using npm
npm install -g wait-for-pg
# Using Yarn
yarn global add wait-for-pg

Run using:

wait-for-pg

wait-for-pg can also be run using npx:

npx wait-for-pg

Built With

  • meow - A CLI app helper
  • node-postgres - PostgreSQL client for node.js
  • esm - To write ES modules without transpilation

Versioning

We use SemVer for versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

Wait for postgres

License:MIT License


Languages

Language:JavaScript 100.0%