grumpydb 0.2.0

A disk-based object storage engine with B+Tree indexing and page-based storage
Documentation
1
2
3
//! Crash recovery: redo committed transactions, undo uncommitted ones.

// TODO: Implement recovery (Phase 5.3)