/Mini-SQL-Engine

A Mini SQL Engine supporting a small subset of SQL queries coded from scratch in Python.

Primary LanguagePython

Mini-SQL-Engine

A Mini SQL Engine supporting a small subset of SQL queries coded from scratch in Python.

Please refer to 'Assignment 1.pdf' for details on what type of queries this engine supports and how to write such queries. The PDF also contains details on how to set up your own tables.

Instructions to query the engine:

  • ./20171077.sh '<query>'
  • Eg: ./20171077.sh 'select * from table1;'