Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comp3005 Query Processor

It is a simple command line query processor in a sql-like format

data can be added directly to data.json file

Example

Select

SELECT column1 column2 FROM table

Projection

PROJECT column3 FROM table

Join

JOIN table1 table2

Intersection

INTERSECTION table1 table2

Union

UNION table1 table2

Minus

UNION table1 table2

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages