Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# schemas

✨ Overview
---

`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