grumpydb 0.2.0

A disk-based object storage engine with B+Tree indexing and page-based storage
Documentation
1
2
3
//! WAL record types and binary serialization.

// TODO: Implement WalRecord, WalOpType (Phase 5.1)