https://github.com/robertazzopardi/termtable
Terminal database client written in go
https://github.com/robertazzopardi/termtable
database db go golang postgres postgresql sql terminal tui
Last synced: 6 months ago
JSON representation
Terminal database client written in go
- Host: GitHub
- URL: https://github.com/robertazzopardi/termtable
- Owner: robertazzopardi
- Created: 2024-03-28T02:44:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T17:22:25.000Z (about 1 year ago)
- Last Synced: 2025-04-12T18:29:43.951Z (about 1 year ago)
- Topics: database, db, go, golang, postgres, postgresql, sql, terminal, tui
- Language: Go
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# termtable - Terminal based database client
termtable is a go based terminal database client made using [bubbletea](https://github.com/charmbracelet/bubbletea)
## About
- This is the project I've been learning go with
- I frequently connect to database's using gui clients, I like the terminal
## Installation
Clone the repository
```bash
git clone https://github.com/robertazzopardi/termtable.git
cd termtable
```
Install the executable
```bash
go install
```
## Usage
```bash
termtable
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.