/MicroDB-Engine

Mini-Database engine that replicates functions of real engines such as table creation, insertion, updating, and deletion, as well as creating indices. Users can retrieve data through SQL queries.

Primary LanguageJava

MicroDB-Engine

This is a Java-based mini-database engine that has been created to replicate the functions of actual database engines. It offers features such as table creation, insertion, updating, and deletion, as well as the ability to generate a multi-dimensional OctTree index. Additionally, users can retrieve data through SQL queries.