Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 740 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 740 Bytes

SquareDB

The idea behind this was to create a new database, focusing on the data structures and algorithms behind it.

I am also really interested in learning Rust, and this was a way for me to learn it.

I made a really good note-taking system for this, which I will probably reuse.

My note-taking system

Roadmap

  • Create structures to store the database in-memory.
  • Implement RocksDb.
  • Implement a server with Axum.