1.0.0 • Published 1 year ago

wait-for-pg v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

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

1.0.0

1 year ago

0.0.2

6 years ago

0.0.1

6 years ago