Skip to content

An implementation of a database engine with support for B+ trees and R trees indexing

Notifications You must be signed in to change notification settings

alphinaud11/Database-Engine

Repository files navigation

Database Engine

An implementation of a database engine with support for B+ trees and R trees indexing.

Supported Functionalities

  • 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.

Note

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.

About

An implementation of a database engine with support for B+ trees and R trees indexing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages