From 415445a9f642cb224e09fc2d4d81fdb28c0606f7 Mon Sep 17 00:00:00 2001 From: fake-rookie <61480354+fake-rookie@users.noreply.github.com> Date: Sun, 26 Dec 2021 23:38:14 +0800 Subject: [PATCH] delete a useless item that item is nothing. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1250990..e26c06a 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,6 @@ #### Build your own `Database` * [**C**: _Let's Build a Simple Database_](https://cstack.github.io/db_tutorial/) -* [**C++**: _Implementing a Key-Value Store_](http://codecapsule.com/2012/11/07/ikvs-implementing-a-key-value-store-table-of-contents/) * [**C#**: _Build Your Own Database_](https://www.codeproject.com/Articles/1029838/Build-Your-Own-Database) * [**Clojure**: _An Archaeology-Inspired Database_](http://aosabook.org/en/500L/an-archaeology-inspired-database.html) * [**Crystal**: _Why you should build your own NoSQL Database_](https://medium.com/@marceloboeira/why-you-should-build-your-own-nosql-database-9bbba42039f5)