A small database engine with support for Grid Indices.
The implemented functionalities are:
- Creating tables.
- Inserting tuples.
- Deleting tuples.
- Searching in tables linearly.
- Creating a Grid index.
- Searching using the Grid index.
Parsing SQL queries of the supported functionalities is added.