Skip to content

phiendp/sql-query-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Visualizer

A simple web application written in Python 3 and Flask framework to visualize the table-relationship execution flow of a SQL query.

Getting Started

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

About

Fun with SQL's query

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published