A simple web application written in Python 3 and Flask framework to visualize the table-relationship execution flow of a SQL query.
For running the application at local directory, please install virtualenv and run the following command:
virtualenv -p python3 myenv
source myenv/bin/activate
pip install -r requirements.txt
export FLASK_APP=app.py
flask run