/LittleDB

SQL-like database management system (DBMS) written in rust.

Primary LanguageRustMIT LicenseMIT

LittleDB - SQL-like database management system written in rust.

Building

git clone https://github.com/TAFH-debug/LittleDB.git
cd LittleDB
make

You need cargo to build the project.

Goals

  • SQL Parser
  • Finish the implementation of CRUD operations.
  • Add authentication and improve data protection.
  • Logging