From 470b213e29e98827e67c97771bd705c30ee72444 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Mon, 17 Oct 2022 17:25:45 -0400 Subject: [PATCH] links --- content/blog/2022-10-17_comparing-go-gorm-and-sqlx.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/blog/2022-10-17_comparing-go-gorm-and-sqlx.rst b/content/blog/2022-10-17_comparing-go-gorm-and-sqlx.rst index a5c495b..fd273b7 100644 --- a/content/blog/2022-10-17_comparing-go-gorm-and-sqlx.rst +++ b/content/blog/2022-10-17_comparing-go-gorm-and-sqlx.rst @@ -171,3 +171,9 @@ I will point out that GORM does more than just "query and insert" there is migra If you want to have a full fledged system, that might be a little heavy, then GORM is the right choice. SQLX is great if what you care about is marshalling, and a very quick integration into any existing codebase. + +Repositories +~~~~~~~~~~~~ + +* `Go, Gin, Gorm `_ +* `Go, Gin, sqlx `_