simple-db-rust
A simple database writing in rust, inspired from mit 6.830
Roadmap
0.0.0
B+ tree storage structure
Buffer pool
Insert
0.1.0
Publish to crates.io
0.2.0
Iterator
Search by condition
0.3.0
Delete, query, update
1.0.0
SQL (used for TPC test)
Page topology
License