/AlphaDB

AlphaDB is a database development project combining efficient data management through Red-Black Trees in C++ with a custom-designed programming language for enhanced user interaction. Focused on speed and reliability, it offers a unique approach to data storage, balancing advanced technical efficiency with user-friendly syntax.

Primary LanguageC++MIT LicenseMIT

AlphaDB

Project Description

AlphaDB is a database development project combining efficient data management through B+ Trees in C++ with a custom-designed programming language for enhanced user interaction. Focused on speed and reliability, it offers a unique approach to data storage, balancing advanced technical efficiency with user-friendly syntax. This project is tailored for developers seeking a scalable, intuitive database solution.

Basic Commands

  1. Insert (with a certain table)
  2. Update (with a certain table)
  3. Query (with a certain table)
  4. Delete a database/table/key
  5. Create a database/table/key
  6. Enter a database

Development Log

12/30/2023 Initiated the AlphaDB project, setting up the development environment and outlining the architectural framework.