What this developer tool does
Turn the FROM and JOIN clauses of a SELECT query into a compact relationship outline. Each edge shows the join type, alias, target table, and ON or USING condition, which makes a long query easier to review before opening it in a database console.
Normalizes SQL whitespace outside quoted strings, identifies the base relation, and parses successive JOIN clauses into ordered edges.
The visualization is textual and does not infer keys or cardinality. Subqueries and vendor-specific join operators may be summarized imperfectly.