Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 268 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 268 Bytes

RelationalDatabase

I built a Relational Database System from scratch with a Domain Specific Language, similar to SQL.

It implements most of the main operations in SQL, such as selects, joins, creates, etc.

To demo, fork the repository and run the Main.java file!