A small database engine written in Java with support for Octrees Indices.
- creating tables
- inserting tuples
- deleting tuples
- searching in tables linearly
- creating an Octree upon demand
- using the created octree(s) where appropriate.
Language: Java
TDD Framework: Junit5
Design Patterns: Prototype, ...