An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


schemas



Build Status
Vulnerability Check
Latest release
Commits since latest release

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


Usage

💾 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