Skip to content

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

Notifications You must be signed in to change notification settings

swetanjal/Mini-SQL-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;'

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published