Sign inSign up

codingpuss/postgres-client

By codingpuss

•Updated over 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

over 5 years ago

docker pull codingpuss/postgres-client