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

https://github.com/jjuarez/postgresql-client

The minimal Docker image to have a PosgreSQL client
https://github.com/jjuarez/postgresql-client

docker postgresql testing

Last synced: 2 months ago
JSON representation

The minimal Docker image to have a PosgreSQL client

Awesome Lists containing this project

README

          

# PostgreSQL client

This is the minimal Docker image to have a PosgreSQL client running:

* Build on top of `alpine` base image
* Really small footprint

## Usage example

```bash
docker run --rm --name PosgreSQLClient -it jjuarez/postgresql-client:latest postgresql://user:password@host:5432/db
```