Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.24 KB

schemas

Build Workflow Status Vulncheck Workflow Status Latest Release Commits Since Latest Release

schemas lets you inspect schemas of postgres tables via a TUI.

Usage

💾 Installation

homebrew:

brew install dhth/tap/schemas

go:

go install github.com/dhth/schemas@latest

⚡️ Usage

DATABASE_ADDRESS='ABC' \
DATABASE_PORT='ABC' \
DATABASE_USERNAME='ABC' \
DATABASE_PASSWORD='ABC' \
DATABASE_DBNAME='ABC' \
schemas

Acknowledgements

schemas is built using bubbletea.