From e704ef036feeac18305526c2a0f4b35aa29e61f0 Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi Date: Mon, 23 Mar 2026 23:46:28 +0000 Subject: [PATCH] Build your own Key-Value Storage Engine I recently wrote a series of 8 posts with ScyllaDB, I thought this could live inside this repository. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a2e252..45c421b 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ It's a great way to learn. #### Build your own `Database` +* [**(any)**: Key-Value Storage Engine](https://read.thecoder.cafe/p/build-your-own-kv-engine) * [**C**: _Let's Build a Simple Database_](https://cstack.github.io/db_tutorial/) * [**C++**: _Build Your Own Redis from Scratch_](https://build-your-own.org/redis) * [**C#**: _Build Your Own Database_](https://www.codeproject.com/Articles/1029838/Build-Your-Own-Database)