/MiniSQL

A MiniSQL which can support the SQL "create table", "drop table", "insert", "delete", "create index" and "drop index"

Primary LanguageC++

MiniSQL

A MiniSQL which can support the SQL "create table", "drop table", "insert", "delete", "create index" and "drop index"

This MiniSQL is a class project in collaboration with my teammates created on 2018/06/18. And I complete the module API and Catalog Manager in it.