From df01f4d263f06849c14d1ca3f59b612a37c71380 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sat, 20 Jul 2024 22:45:13 +0000 Subject: [PATCH] Update 'README.md' Finally found a good golang database/sql resource --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26ab5f8..c348066 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ The awesome list of things. - [Implementing a Skip-list in Go](https://www.cloudcentric.dev/implementing-a-skip-list-in-go/) - [Building a WAL in Go](https://www.cloudcentric.dev/building-a-write-ahead-log-in-go/) - [Building classic 2D games in Go](https://threedots.tech/post/making-games-in-go/) +- 🔥[go-database-sql.org](http://go-database-sql.org/): The missing "how" docs for `database/sql` package. ### CLI Frameworks & Utilities