rustcmdpev 0.2.0

Visualize PostgreSQL EXPLAIN JSON output in a terminal-friendly tree
1
2
3
4
5
{
  "Plan": {
    "Node Type": "Seq Scan"
  }
}