hacker news Hacker News
  1. new
  2. show
  3. ask
  4. jobs
Every time I needed to inspect a database, I either had to wait for a bloated GUI client to chew through my RAM or struggle through psql, which isn’t great for actually visualizing data. So I built a TUI database client focused on one thing: connecting fast and letting you browse tables as datagrids and rows as JSON, with near-instant startup and vim-style keyboard navigation.

Still in the early days but already handles most of what you would expect from an SQL database client.

loading...