Adds Golobby/orm (#4171)

Adds Golobby/orm
This commit is contained in:
Amirreza Askarpour 2022-04-14 14:31:42 +04:30 committed by Avelino
parent b08acafe75
commit 2b1b5e4a06
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A

View File

@ -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-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-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. - [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. - [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. - [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. - [gorp](https://github.com/go-gorp/gorp) - Go Relational Persistence, ORM-ish library for Go.