| ▲ | Show HN: Tuiql – A keyboard-driven SQL database client in the terminal(github.com) | |
| 3 points by okira_e 5 hours ago | ||
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. | ||