Skip to content

kanrourou/DBMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

DBMS

Built a multi-layered relational database management system in C++

  • Built the record based file layer which suppots record insertion, deletion, updadte, read and scan
  • Built the relation layer which suppots table creation, deletion and system catalog consistency
  • Built the Linear Hashing based index layer for query search

About

relational-database-management-system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages