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 `_