mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-02 16:59:25 +00:00
Databases - Build Your Own ORM
This commit is contained in:
parent
9097f21225
commit
cd054ec5de
1 changed files with 2 additions and 0 deletions
|
|
@ -125,7 +125,9 @@
|
|||
* [**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)
|
||||
* [**JavaScript**: _Dagoba: an in-memory graph database_](http://aosabook.org/en/500L/dagoba-an-in-memory-graph-database.html)
|
||||
* [**JavaScript**: _Build your own ORM_](https://learn.co/lessons/javascript-orm-intro)
|
||||
* [**Python**: _DBDB: Dog Bed Database_](http://aosabook.org/en/500L/dbdb-dog-bed-database.html)
|
||||
* [**Python**: _Build your own ORM_](https://www.youtube.com/watch?v=6rw0p9AOYb8)
|
||||
* [**Python**: _Write your own miniature Redis with Python_](http://charlesleifer.com/blog/building-a-simple-redis-server-with-python/)
|
||||
|
||||
#### Build your own `Docker`
|
||||
|
|
|
|||
Loading…
Reference in a new issue