postgres-client
Simple postgres client without paging
50K+
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/
Content type
Image
Digest
Size
5 MB
Last updated
almost 5 years ago
Requires Docker Desktop 4.37.1 or later.