- A Mini SQL engine using python, which can parse and run a subset of SQL queries using command line interface.
- Supports Select, aggregate functions, where conditions, group by, order by, distinct, limit with appropriate error handling.
- Refer
files/metadata.txtfor table/column information of sample data.
- Install requirements using
pip install moz-sql-parser
pip install prettyprint
- Go to
srcdirectory and run:
bash run.sh "Your SQL Query"