Database project

Job ID: 36356099

Budget: $10 – $30 USD

build a small database engine with support for Octrees Indices. The required functionalities are 1) creating tables, 2) inserting tuples, 3) deleting tuples, 4) searching in tables linearly, 5) creating an Octree upon demand, and 6) using the created octree(s) where appropriate.

Note that this is a simplified data base engine – for example, you are neither required to support foreign keys nor referential integrity constraints. Only implement what is mentioned in this doc. If any issue arises that is not mentioned here, you can make your assumptions. Make sure to document your assumptions in the code.