From 2b1b5e4a06ff6d2a7ec8560456cfb62741d67a0a Mon Sep 17 00:00:00 2001 From: Amirreza Askarpour Date: Thu, 14 Apr 2022 14:31:42 +0430 Subject: [PATCH] Adds Golobby/orm (#4171) Adds Golobby/orm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43d5a9b8..b1047caf 100644 --- a/README.md +++ b/README.md @@ -1880,6 +1880,7 @@ _Libraries that implement Object-Relational Mapping or datamapping techniques._ - [go-sql](https://github.com/rushteam/gosql) - A easy ORM for mysql. - [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) - A flexible and powerful SQL string builder library plus a zero-config ORM. - [go-store](https://github.com/gosuri/go-store) - Simple and fast Redis backed key-value store library for Go. +- [golobby/orm](https://github.com/golobby/orm) - Simple, fast, type-safe, generic orm for developer happiness. - [GORM](https://github.com/go-gorm/gorm) - The fantastic ORM library for Golang, aims to be developer friendly. - [gormt](https://github.com/xxjwxc/gormt) - Mysql database to golang gorm struct. - [gorp](https://github.com/go-gorp/gorp) - Go Relational Persistence, ORM-ish library for Go.