SandDB: An immutable, persistent key-value store
2025-08-20 | #Computing #Database #Rust
Motivation
I had just began to cook my super secret project for which I needed an embedded data store to back my data.
Now, I could, use a well known and well supported solution. But hey, that’s not very fun, is it?
I decided I will write my own. Not because this was an “unsolved” problem, but just because I thought “how hard could it be to roll by own key-value database?”.