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

8 points by maverick98 9 months 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.
  • BlackAngus1 9 months ago
    Are you going to fully support NoSQL and SQL DBs? That would be interesting...
    • Aherontas 9 months ago
      Sounds call, are you also going to support unstructured data?
      • maverick98 9 months ago
        yes for sure , its going to be on the next releases
      • chucknerd 9 months ago
        do you plan to open SQLite files with this project? could really be useful
        • maverick98 9 months ago
          we have it as an open issue for the next release, along with other database types, so yes of course