repositorypackage
0.3.1
Repository: https://github.com/robertazzopardi/termtable.git
Documentation: pkg.go.dev
# README
termtable - Terminal based database client
termtable is a go based terminal database client made using 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
git clone https://github.com/robertazzopardi/termtable.git
cd termtable
Install the executable
go install
Usage
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.