Show HN: A self-hosted CLI tool to inspect databases fast without SQL

(github.com)

8 points by maverick98 5 hours ago | 5 comments

Hello everyone, While working on other projects, I found myself always having to connect and use SELECT * to see dummy entries or new users. I favored the CLI for monitoring my database entries, especially because I was testing and just adding dummy users + our first normal users in projects. So it became a bit tiring always having to connect to postgres, mysql and give select * queries from the CLI.