- Developed a SQL Database in C++ from scratch over 16 days.
- Constructed all necessary objects and data structures used in a SQL DBMS.
-
Implemented:
- Full functionality of a SQL DBMS:
- Create Table
- Insert into Table
- Select from Table with and without conditions
- Drop Table
- Batch processing (read commands from "batch.txt")
- Error handling inspired by PostgreSQL
- Full functionality of a SQL DBMS:
-
Partly Implemented:
-
Bugs:
- No known bugs.
- Data Structures and Algorithms were exceedingly interesting.