Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.68 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.68 KB

k2db

test codecov

My solutions to the projects set in CMU's Intro to Database Systems Course in Rust. By the nature of the projects it will also be at least a partial clone of some iteration of BusTub, the scaffold database system produced by CMU for that course's project work.

The goal of this repo is for me to learn about database internals and DBMS development by following that CMU course and other resources, and to brush up on Rust development.

Progress

Resources

The BusTub source repo as of a 2019 commit

An example solution to the whole project in C++

toyDB, a distributed sql database written in Rust

mini-db, a relational database system built in Rust