mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Fix link to original GORM repository (#3246)
This commit is contained in:
parent
53ef68e6b4
commit
923b879e91
@ -1416,7 +1416,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [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.
|
||||
* [GORM](https://github.com/jinzhu/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.
|
||||
* [gorp](https://github.com/go-gorp/gorp) - Go Relational Persistence, ORM-ish library for Go.
|
||||
* [grimoire](https://github.com/Fs02/grimoire) - Grimoire is a database access layer and validation for golang. (Support: MySQL, PostgreSQL and SQLite3).
|
||||
|
Loading…
Reference in New Issue
Block a user