Open-Source CLI tool to inspect databases fast
1–10 of 17 posts
Re: Open-Source CLI tool to inspect databases fast
#2Re: Open-Source CLI tool to inspect databases fast
#3This tool appeals to me as someone who is already familiar to pgcli, psql, mysql, etc. Typing every time SELECT * FROM… annoys me, too.
I’d prefer to already evaluate the tool in the first or second paragraph. If you could move the readme section with the most eye opening and time saving commands right after the video, that would be great.
Thanks for making and sharing this tool.
Re: Open-Source CLI tool to inspect databases fast
#4Cool approach! This tool appeals to me as someone who is already familiar to pgcli, psql, mysql, etc. Typing every time SELECT * FROM… annoys me, too. I’d prefer to already evaluate the tool in the first or second paragraph. If you could move the readme section with the most eye opening and time saving commands right after the video, that would be great. Thanks for making and sharing this tool.
Re: Open-Source CLI tool to inspect databases fast
#5Re: Open-Source CLI tool to inspect databases fast
#6Cool tool, are you planning to support also other kind of DBs that are NoSQL such as MongoDB or Redis? That would be really interesting too.
Re: Open-Source CLI tool to inspect databases fast
#7While 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.
Re: Open-Source CLI tool to inspect databases fast
#8Re: Open-Source CLI tool to inspect databases fast
#9Cool tool, are you planning to support also other kind of DBs that are NoSQL such as MongoDB or Redis? That would be really interesting too.
yeah its planned for the next release!