DEV Community

Daniel Kukula
Daniel Kukula

Posted on

3 2

Visualize explain results from postgresql in pgcli

Recently I wrote a visualizer for explain query responses from postgresql. I also integrated it into pgcli and it got merged few days ago. You can install it currently with:

pip install git+https://github.com/dbcli/pgcli@main
Enter fullscreen mode Exit fullscreen mode

or wait for 3.4.2 release and update.
To switch between normal mode and explain mode you can press F5

Image description

Top comments (0)

Image of Stellar post

Check out Episode 1: How a Hackathon Project Became a Web3 Startup 🚀

Ever wondered what it takes to build a web3 startup from scratch? In the Stellar Dev Diaries series, we follow the journey of a team of developers building on the Stellar Network as they go from hackathon win to getting funded and launching on mainnet.

Read more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay