Skip to main content

CLI utility to display postgres database information as a tree.

Project description

pgls

PyPI License

CLI utility to display postgres database information as a tree.

Clickbait

Installation

pip install pgls

Usage

Basic example

pgls postgres://user:password@db.example.com
# shows all databases and all nested entities

Sort by size

pgls --sort=size postgres://user:password@db.example.com
# shows heavier databases and tables first

Hide some information (also this speeds up gathering)

pgls --hide-columns postgres://user:password@db.example.com
# shows databases and tables without it's columns

pgls --hide-tables --hide-views --hide-indexes postgres://user:password@db.example.com
# shows only databases

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pgls-1.0.1.tar.gz (89.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page