Skip to content

MKA-12/MiniSQL-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Mini SQL Engine

  • 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.txt for table/column information of sample data.

Run Instructions

  • Install requirements using
pip install moz-sql-parser
pip install prettyprint
  • Go to src directory and run:
bash run.sh "Your SQL Query"

About

A Mini SQL engine made using python, which can parse and execute simple SQL queries on tables with integer columns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors