Skip to content

CS 657: Database Management Systems, Spring 2021, D. Zhao

License

Notifications You must be signed in to change notification settings

nalvarez508/cs457

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs457

CS 657, Spring 2021, D. Zhao

Four projects are the entirety of this class. Project 4 is the most fully fleshed out version of a SQLish dbms using Python. To execute: python3 main.py <Optional: file>

If a sql input file is provided, the program will run the commands line by line, provided that:

  • There are no multi-line commands
  • There are no comments inline with a command

If no file is provided, it will open in interactive mode.

About

CS 657: Database Management Systems, Spring 2021, D. Zhao

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages