1
0
mirror of https://github.com/danistefanovic/build-your-own-x.git synced 2025-08-23 23:32:47 +02:00

delete a useless item

that item is nothing.
This commit is contained in:
fake-rookie
2021-12-26 23:38:14 +08:00
committed by GitHub
parent 4b8c62ca72
commit 415445a9f6

View File

@@ -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)