small-db 0.4.0

A small database writing in rust, inspired from mit 6.830
Documentation
1
2
3
4
5
6
7
pub mod catalog;
pub mod consts;
pub mod entry;
pub mod page;
pub mod page_cache;
pub mod table;
pub mod tuple;