What is the closest to https://os.phil-opp.com/ but for Databases instead of OS ?
Currently I am aware of:
- GitHub - tokio-rs/mini-redis: Incomplete Redis client and server implementation using Tokio - for learning purposes only
- GitHub - joaoh82/rust_sqlite: SQLRite - Simple embedded database modeled off SQLite in Rust
===
Preferably relational, but no-SQL too. On-disk storage / recovery from from crashes required.