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

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

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.