YotamGolan/Relational-Database
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A fully relational database project implemented in C++. Stores records as leaves in a inverted tree, with records stored in manifest files stored on the branches. Supports insertion, removal, and search functionality.
To run:
Go to folder "Query Engine" and type in:
make clean
make
./qetest_01
Optimally should work