mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-03 01:09:25 +00:00
add database python
This commit is contained in:
parent
52d7900223
commit
bd5c5c641c
1 changed files with 4 additions and 3 deletions
|
|
@ -135,6 +135,7 @@ It's a great way to learn.
|
|||
* [**JavaScript**: _Dagoba: an in-memory graph database_](http://aosabook.org/en/500L/dagoba-an-in-memory-graph-database.html)
|
||||
* [**Python**: _DBDB: Dog Bed Database_](http://aosabook.org/en/500L/dbdb-dog-bed-database.html)
|
||||
* [**Python**: _Write your own miniature Redis with Python_](http://charlesleifer.com/blog/building-a-simple-redis-server-with-python/)
|
||||
* [**Python**: _Learn database internals by implementing it from scratch._](https://github.com/spandanb/learndb-py/)
|
||||
* [**Ruby**: _Build your own fast, persistent KV store in Ruby_](https://dinesh.wiki/posts/build-your-own-persistent-kv-store/)
|
||||
|
||||
#### Build your own `Docker`
|
||||
|
|
|
|||
Loading…
Reference in a new issue