Visualize explain results from postgresql in pgcli

Daniel Kukula - Apr 5 '22 - - Dev Community

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

. . . . . . . . . . . . .