Skip to content

Implemented a small application which is capable of executing different mysql styled queries like selection, projection, aggregation, cross product with selection etc. For the parsing, splitting and formatting of SQL statements I have used sqlparse lib.

anujbansal16/Mini-Sql-Engine

Repository files navigation

  1. Read the requirements before running the script.
  2. MetaData file and tables files need to be present in the current folder where you want to run python script.
  3. Run script as: python mycode.py "-----Your Sql query-----"

About

Implemented a small application which is capable of executing different mysql styled queries like selection, projection, aggregation, cross product with selection etc. For the parsing, splitting and formatting of SQL statements I have used sqlparse lib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published