DB mini engine for Database II course that supports B+ tree Index
Features:
-
Table Operations:
- Creation of Tables
- Deletion of Tables
- Insertion into Tables
- Deletion from Tables
- Selection from Tables
-
Index Operations:
- Creation of Indexes
-
SQL Parsing:
- Utilization of ANTLR
- Implementation of a Self written Grammar