A web application that converts T-SQL queries into Mermaid flowchart diagrams using AI-powered analysis.
Accepts a select query as a string input Converts query into a dict of 'simple' select queries, linked to each other through 'from' statements. A 'simple' select query is a select query without any ...