Skip to content

Sharpnxr/MiniSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MiniSQL

  • A small-scale database system with index using B+ tree.
  • Developed Interpreter to parse commands, Catalog Manager to manage the information of tables, attributes and indices, Record Manager to read/write data, Buffer Manager to manage data blocks, and Index manager to achieve B+ tree.
  • Achieved some basic functions, including the creation and deletion of the table and index; the insertion, deletion, selection with simple conditions of the record
  • There are some test codes in "test.sql". You can test the database system with them.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages