While developing several personal projects I noticed I always would look into my database with SELECT * , keeping it into a seperate terminal tab or looking into it on the browser just to see what.
I had always wanted to start an open source project so this seemed like a good idea to do it and see if several people had the same problem.
So I created peepDB, with the intent of being a lightweight command line tool for people that need to check their db or dbs frequently and dont want to connect to postgres, mariadb etc. directly all the time
What it does is basically give you a SELECT all from your entire database or a select table in json format
ex. peepDB <connection_name> --table <table_name>
Let me know if you would be interested or if you would like to contribute
This is a simple landing page I made for the project:
https://peepdb.dev/
And this is the github repo for anyone interested in using it:
https://github.com/evangelosmeklis/peepDB
I plan to release it this month to be available for installation with pip