Skip to content

ps/SQL-Query-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple SQL Query Interpreter

Full specification and readme yet to come.

Running Instructions

Run 'make' to compile everything. 'SampleQueryUsage.java' contains examples on how to use to module for different types of queries. 'Query.java' holds the query parent class as well as Select, Insert, Update, Delete child classes. All of the interpretation happens within that file.

Unit test have also been made, simply run 'java QueryTest'.

About

Simple SQL interpreter given as a part of cs111 project assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published