An implementation of a database engine with support for B+ trees and R trees indexing.
- creating tables.
- inserting tuples.
- deleting tuples.
- searching in tables linearly.
- creating a B+ tree index.
- searching using B+ tree index.
- creating an R tree index.
- searching using an R tree index.
- simple select queries.
This is a university (GUC) course project. Course name is (CSEN 604 : Databases II). For a detailed description of the project and its requirements, please have a look at the description folder.