Skip to content

Inspired by the CS61A Scheme interpreter, this is a SQL Editor that provides a graphical interface to edit and run SQL code from a .sql file, as well as view the tables created in the process.

Notifications You must be signed in to change notification settings

reinaw1012/SQL-Editor

Repository files navigation

SQL Editor for CS61A

This is a SQL Editor that allows you to edit and run SQL code from a file, as well as view the created tables.

SQL Editor

Setup

No need to install any dependencies!
Open the command line at the root directory and run:
python app

If you want to launch it on Chrome, run:
python app -b chrome

Similarly, if you want to launch it on Firefox, run:
python app -b firefox

This will start the editor on your local server, and launch a new browser window with the IP address specified in the command line (usually http://127.0.0.1:5000/).

About

Inspired by the CS61A Scheme interpreter, this is a SQL Editor that provides a graphical interface to edit and run SQL code from a .sql file, as well as view the tables created in the process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages