This commit is contained in:
Tyrel Souza 2022-10-17 17:25:45 -04:00
parent e24a223ee1
commit 470b213e29
No known key found for this signature in database
GPG Key ID: F6582CF1308A2360

View File

@ -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 <https://gitea.tyrel.dev/tyrel/go-webservice-gin>`_
* `Go, Gin, sqlx <https://gitea.tyrel.dev/tyrel/go-webservice-gin-sqlx>`_