Skip to content
/ DBMS Public

A simple Database Management System written in C++ | Semester Project | Data Structures

Notifications You must be signed in to change notification settings

arfatkh/DBMS

Repository files navigation

Database Management System

In this project, we developed a simple database system (named as DSDB) that can store data in multiple files residing on the computer file system. DSDB will use:

(1) B tree
(2) AVL tree 
(3) Red-Black tree

to index the data (stored in files) so that different search and update operations can be performed in an efficient manner. [Data was provided by the instructor].

Operations supported by DSDB

  • Create index
  • Point search
  • Range search
  • Update key, field, old value, new value

Screenshots

Team

About

A simple Database Management System written in C++ | Semester Project | Data Structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages