wait-for-pg
v1.0.0
Published
Wait for Postgres
Downloads
87
Readme
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-pgRun using:
wait-for-pgwait-for-pg can also be run using npx:
npx wait-for-pgBuilt 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
- Hugo Di Francesco - HugoDF
License
This project is licensed under the MIT License - see the LICENSE file for details
Acknowledgments
- Sindre Sorhus for
meow - Brian C for
pg - Sindre Sorhus and Sam Verschueren for
np - John-David Dalton for
esm
