Hacker News new | ask | show | jobs
Show HN: QryPad – A simple terminal UI for quick, ad-hoc database exploration (github.com)
1 points by wheelibin 364 days ago
I spend most of my day in the terminal but I couldn't find a simple terminal-based database client that did what I wanted, so I built one.

It's written in Go using Bubble Tea (https://github.com/charmbracelet/bubbletea) and supports Postgres and MySQL.

It's minimal and designed for simple querying but I've been enjoying using it over pgAdmin, which I find to be very slow and a bit painful to use!