Skip to content

ALPH2H/IMRD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

IMRD

In-Memory Relational Database implemented in Java. Current WIP.

Formatting

Suppose we have the following Relation:

image

Then our Database.displaySchema() would print:

Student Data(Name:VARCHAR,Grade:INTEGER,GPA:DECIMAL)

and Relation.toString() would print

Student Data(Name:VARCHAR,Grade:INTEGER,GPA:DECIMAL)
Number of tuples: 3

Benjamin:92:3.6:
Elliot:86:3.9:
Sarah:87:3.1:

TODO

  • Add a method that concatenates Tuples
  • Add support for common flat-file formats.
  • Add additional Complement set operation

About

In-Memory Relational Database implemented in Java. Current WIP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages