Reverse Snowflake Joins is a tool that parses SQL
Select statements and generates a diagram. In
addition to joins, the diagram shows parts of the
underlying SQL directly in the diagram. For
example x=30, GROUP BY (year), SUM(profit), HAVING
MIN(age) > 18.


License: BSD License (revised)


Changes:
This version now runs on Unix. The GUI was
modified to report errors and to display a welcome
note (only if it is installed correctly).