codingpuss/postgres-client

By codingpuss

Updated almost 5 years ago

Simple postgres client without paging

Image
2

50K+

codingpuss/postgres-client repository overview

Start the container

docker run -dit --name=pgclient postgresql://user:pass@host:5432/db codingpuss/postgres-client

Then exec any commands using:

docker exec -it pgclient psql -c 'select * from postgres'

For detailed tutorial, please checkout my post here https://datmt.com/backend/quering-postgresql-with-docker/

Tag summary

Content type

Image

Digest

Size

5 MB

Last updated

almost 5 years ago

Requires Docker Desktop 4.37.1 or later.