From cd054ec5debb27256c930cfa30962166b20b40f6 Mon Sep 17 00:00:00 2001 From: Clifford Fajardo Date: Sat, 16 Nov 2019 17:13:05 -0800 Subject: [PATCH] Databases - Build Your Own ORM --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc307af..f676783 100644 --- a/README.md +++ b/README.md @@ -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`