DEV Community

Daniel Kukula
Daniel Kukula

Posted on

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)