miniSQL

This is an implementation of a small DBMS, called mini-SQL, the structure of the project is as followed: image Some of the functions are shown as followed: 1.create table image 2. insert into table image 3. select without index image 4. create b+ tree index and then select with index image 5. delete record image 6. drop table image