Grub Builds A Json Database

Intro There are so many fascinating projects out there, especially in the realm of embedded databases. Projects like Redb, LMDB, and Fjäll each offer impressive features such as thread safety, ACID compliance, partitioning, and more. These are all fantastic innovations, and they certainly serve their purpose well. However, I’m a simple person. I only want dumb simple things until I need more complex things then I need complex things. With that said, let’s build a simple JSON database in Rust!...

November 24, 2024 · Ryan Piper