Skip to content

A Simple Mini-Sql-Engine to execute Queries Just like mysql

Notifications You must be signed in to change notification settings

junaidiiith/Mini-Sql-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-Sql-Engine

A Simple Mini-Sql-Engine to execute Queries Just like mysql

Drawbacks: It doesn't take queries with '<' or '>' operator

Positives: Multiple join implemented for any number of tables Join takes O(n) time as implemented using hash Aggregate functions like sum,max,min implemented Distinct feature implemented

Run command just like in mysql For eg select table1.A from table1,table2,table3 where table1.B= table2.B and table1.A=table3.A

Command format: python code.py query

About

A Simple Mini-Sql-Engine to execute Queries Just like mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages