🚧 Under development 🚧
TUI sql client tool built with go(tview).
demo.mov
- Connect to multiple databases
- Preview tables & schemas
- Execute custom query
- mouse support
- MySQL
- PostgreSQL
- 🚧 Under development 🚧
- Clone repository
git clone https://github.com/Kazuhiro-Mimaki/tui-sql.git
cd tui-sql
- Start docker
docker compose up -d
- Start app
go run main.go