Skip to content

haotian-liu/MiniSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniSQL

the MiniSQL course lab for Database System course in Zhejiang University.

Architecture

Modules

  • Buffer Manager
  • Catalog Manager
  • Index Manager
  • Record Manager
  • Interpreter
  • API

BM, IM and RM designed and implemented by VEXIO, while other parts by yzyDavid.

Index is implemented as memory B+ Tree, Interpreter using tokenizer and parser design, by flex and bison toolchains.

About

MiniSQL engine for DB System course in ZJU.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages