An open API service indexing awesome lists of open source software.

https://github.com/hugodf/wait-for-pg

Wait for postgres
https://github.com/hugodf/wait-for-pg

es6 es6-modules javascript

Last synced: 22 days ago
JSON representation

Wait for postgres

Awesome Lists containing this project

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-pg
```

Run using:
```
wait-for-pg
```

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

## Built With

* [meow](https://github.com/sindresorhus/meow) - A CLI app helper
* [node-postgres](https://github.com/brianc/node-postgres) - PostgreSQL client for node.js
* [esm](https://github.com/standard-things/esm) - To write ES modules without transpilation

## Versioning

We use [SemVer](http://semver.org/) for versioning.

## Authors

* **Hugo Di Francesco** - [HugoDF](https://github.com/HugoDF)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

## Acknowledgments

* [Sindre Sorhus](https://github.com/sindresorhus) for `meow`
* [Brian C](https://github.com/brianc) for `pg`
* [Sindre Sorhus](https://github.com/sindresorhus) and [Sam Verschueren](https://github.com/SamVerschueren) for `np`
* [John-David Dalton](https://github.com/jdalton) for `esm`