Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 590 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 590 Bytes

🚧 Under development 🚧

TUI sql client tool built with go(tview).

demo.mov

Features

  • Connect to multiple databases
  • Preview tables & schemas
  • Execute custom query
  • mouse support

Currently supported databases

  • MySQL
  • PostgreSQL

Current status

  • 🚧 Under development 🚧

Demo

  1. Clone repository
git clone https://github.com/Kazuhiro-Mimaki/tui-sql.git
cd tui-sql
  1. Start docker
docker compose up -d
  1. Start app
go run main.go