Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 627 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 627 Bytes

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/).