From 1c861d6e00e05577946212b20e2f759cd6038891 Mon Sep 17 00:00:00 2001 From: Travis Cline Date: Thu, 20 Apr 2023 14:52:38 -0700 Subject: [PATCH] Update README.md Add ent2d2 reference. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4cd40753d..b98230348 100644 --- a/README.md +++ b/README.md @@ -274,3 +274,5 @@ this selected list of featured projects using D2. - Cloud service emulator (46k stars) - [Queue Library](https://github.com/golang-queue/queue/tree/master/images) - Queue is a Golang library for spawning and managing a Goroutine pool +- [ent2d2](https://github.com/tmc/ent2d2) + - A project to render entity relation (ER) diagrams for the [Ent](https://entgo.io) ORM.