https://github.com/dhth/schemas
Inspect postgres schemas via a TUI
https://github.com/dhth/schemas
bubbletea postgres tui
Last synced: 4 months ago
JSON representation
Inspect postgres schemas via a TUI
- Host: GitHub
- URL: https://github.com/dhth/schemas
- Owner: dhth
- License: mit
- Created: 2024-03-20T23:00:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-09T08:38:11.000Z (4 months ago)
- Last Synced: 2025-06-09T09:33:12.365Z (4 months ago)
- Topics: bubbletea, postgres, tui
- Language: Go
- Homepage: https://tools.dhruvs.space/schemas
- Size: 6.87 MB
- Stars: 20
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- charm-in-the-wild - schemas - Lets you inspect PostgreSQL schemas in the terminal. (_built with Bubble Tea_) (Applications / Database Tools)
README
schemas
`schemas` lets you inspect schemas of postgres tables via a TUI.
![]()
💾 Installation
---**homebrew**:
```sh
brew install dhth/tap/schemas
```**go**:
```sh
go install github.com/dhth/schemas@latest
```⚡️ Usage
---```bash
DATABASE_ADDRESS='ABC' \
DATABASE_PORT='ABC' \
DATABASE_USERNAME='ABC' \
DATABASE_PASSWORD='ABC' \
DATABASE_DBNAME='ABC' \
schemas
```Acknowledgements
---`schemas` is built using [bubbletea][1].
[1]: https://github.com/charmbracelet/bubbletea