Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 747 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 747 Bytes

pgh

Simple utility for interactive with PostgreSQL.

Installation

User guide

Base commands:

pgh get tables --username yourusername --password yourpassword
pgh get views --username yourusername --password yourpassword
pgh get indexes --username yourusername --password yourpassword
pgh get matviews --username yourusername --password yourpassword
pgh get sequences --username yourusername --password yourpassword
pgh get locks --username yourusername --password yourpassword
pgh top queries --username yourusername --password yourpassword

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License.