Show HN: A self-hosted CLI tool to inspect databases fast without SQL
8 points by maverick98 9 months ago | 5 commentsHello 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.
- BlackAngus1 9 months agoAre you going to fully support NoSQL and SQL DBs? That would be interesting...
- Aherontas 9 months agoSounds call, are you also going to support unstructured data?
- maverick98 9 months agoyes for sure , its going to be on the next releases
- maverick98 9 months ago
- chucknerd 9 months agodo you plan to open SQLite files with this project? could really be useful
- maverick98 9 months agowe have it as an open issue for the next release, along with other database types, so yes of course
- maverick98 9 months ago