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!