From ae673f61bfc9099577257eb016bbfb53d5ebd967 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 ccd1a4fa..1ce43582 100644 --- a/README.md +++ b/README.md @@ -1879,6 +1879,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.