A tool that parses SQL Select statements and generates a diagram. The diagram shows parts of the underlying SQL directly in the diagram. For example x=30 , GROUP BY (year), HAVING MIN(age) > 18. It is easy to see cartesian joins and/or loops.
License
BSD LicenseFollow Reverse Snowflake Joins
You Might Also Like
One Platform. Total IT Insight. Start with PRTG Now
Why settle for fragmented monitoring? PRTG consolidates everything - servers, VMs, network devices, cloud services, and more, into one powerful platform. Get real-time status, customizable alerts, and deep analytics to drive smarter decisions. Designed for complex environments, PRTG scales with your needs, supports team collaboration, and helps you prevent outages before they impact users. Take control of your IT landscape and deliver the uptime your business requires.
Rate This Project
Login To Rate This Project
User Reviews
-
This is very helpful, you can also try on sqlvisual.net , Just copy and paste your sql code without schema info.
-
This is a great product that can be used to generate useful diagrams from SQL code. The tricky part is getting it to run locally. For that to work, you must make sure that all Python dependencies are satisfied. After that is done, you'll wonder how you got by without it!
-
Reverse snowflake Joins (or reverse engineer SQL query or graphical SQL viewer) is very usefull for DBA and others dealing with complex queries analysis. Try it at http://snowflakejoins.com/ (demo site) there is no need of the database as it works directly with the SQL statement. Regards PAscal