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
Other Useful Business Software
Jscrambler: Pioneering Client-Side Protection Platform
Jscrambler is the leader in Client-Side Protection and Compliance. We were the first to merge advanced polymorphic JavaScript obfuscation with fine-grained third-party tag protection in a unified Client-Side Protection and Compliance Platform. Our integrated solution ensures a robust defense against current and emerging client-side cyber threats, data leaks, and IP theft, empowering software development and digital teams to innovate securely. With Jscrambler, businesses adopt a unified, future-proof client-side security policy all while achieving compliance with emerging security standards including PCI DSS v4.0. Trusted by digital leaders worldwide, Jscrambler gives businesses the freedom to innovate securely.
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