Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhth/schemas
Inspect postgres schemas in the terminal
https://github.com/dhth/schemas
bubbletea postgres tui
Last synced: 3 months ago
JSON representation
Inspect postgres schemas in the terminal
- Host: GitHub
- URL: https://github.com/dhth/schemas
- Owner: dhth
- License: mit
- Created: 2024-03-20T23:00:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T15:59:44.000Z (4 months ago)
- Last Synced: 2024-08-25T17:06:21.882Z (4 months ago)
- Topics: bubbletea, postgres, tui
- Language: Go
- Homepage:
- Size: 6.86 MB
- Stars: 9
- 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 postgres schemas in the terminal. (_built with Bubble Tea_) (Applications / Database Tools)
README
# schemas
✨ Overview
---`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