Show HN: A self-hosted CLI tool to inspect databases fast without SQL (github.com)

8 points by maverick98 ↗ HN
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.

5 comments

[ 3.8 ms ] story [ 20.5 ms ] thread
Sounds call, are you also going to support unstructured data?
yes for sure , its going to be on the next releases
do you plan to open SQLite files with this project? could really be useful
we have it as an open issue for the next release, along with other database types, so yes of course
Are you going to fully support NoSQL and SQL DBs? That would be interesting...