Adds Golobby/orm (#4171)

Adds Golobby/orm
This commit is contained in:
Amirreza Askarpour 2022-04-14 14:31:42 +04:30 committed by GitHub
parent 214f026e8f
commit ae673f61bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.