wdebowicz87 / sql-visualizer

Tool for visualization of sql queries. It creates a diagram with all tables that are used to gather data in select statement. The purpose of this tool is to help developers to understand complex queries. Its is using https://github.com/JSQLParser/JSqlParser for parsing the data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sql-visualizer

Tool for visualization of sql queries. It creates a diagram with all tables that are used to gather data in select statement. The purpose of this tool is to help developers to understand complex queries. Its is using https://github.com/JSQLParser/JSqlParser for parsing the data.

About

Tool for visualization of sql queries. It creates a diagram with all tables that are used to gather data in select statement. The purpose of this tool is to help developers to understand complex queries. Its is using https://github.com/JSQLParser/JSqlParser for parsing the data.

License:MIT License