From 6969ca904e430e20057936d9c4397972e5e02c6b Mon Sep 17 00:00:00 2001 From: Ali Azmoodeh Date: Mon, 31 Oct 2022 11:57:18 +0330 Subject: [PATCH] added orm javascript project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f25494..4c458fd 100644 --- a/README.md +++ b/README.md @@ -436,6 +436,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**Rust**: _Building a DNS server in Rust_](https://github.com/EmilHernvall/dnsguide/blob/master/README.md) * [**Rust**: _Writing Scalable Chat Service from Scratch_](https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html) * [**TypeScript**: _Tiny Package Manager: Learns how npm or Yarn works_](https://github.com/g-plane/tiny-package-manager) +* [**JavaScript**: _ORM: Learns how to implement orm for databases_](https://github.com/treegex/opensql) ## Contribute * Submissions welcome, just send a PR, or [create an issue](https://github.com/codecrafters-io/build-your-own-x/issues/new)