Inspect postgres schemas via a TUI
28
stars
57
commits
Go
primary language
Jun 7, 2026
updated
schemas lets you inspect schemas of postgres tables via a TUI.
homebrew:
brew install dhth/tap/schemas
go:
go install github.com/dhth/schemas@latest
DATABASE_ADDRESS='ABC' \
DATABASE_PORT='ABC' \
DATABASE_USERNAME='ABC' \
DATABASE_PASSWORD='ABC' \
DATABASE_DBNAME='ABC' \
schemas
schemas is built using bubbletea.
Go
100.0%
Inspect postgres schemas via a TUI
28
stars
57
commits
Go
primary language
Jun 7, 2026
updated
schemas lets you inspect schemas of postgres tables via a TUI.
homebrew:
brew install dhth/tap/schemas
go:
go install github.com/dhth/schemas@latest
DATABASE_ADDRESS='ABC' \
DATABASE_PORT='ABC' \
DATABASE_USERNAME='ABC' \
DATABASE_PASSWORD='ABC' \
DATABASE_DBNAME='ABC' \
schemas
schemas is built using bubbletea.
Go
100.0%