correct beego orm link (#3699)

This commit is contained in:
Felix 2021-08-10 09:40:49 +02:00 committed by GitHub
parent 2f90614a1d
commit abd199bcb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1511,7 +1511,7 @@ _**Unofficial** set of patterns for structuring projects._
*Libraries that implement Object-Relational Mapping or datamapping techniques.*
* [beego orm](https://github.com/astaxie/beego/tree/master/orm) - Powerful orm framework for go. Support: pq/mysql/sqlite3.
* [beego orm](https://github.com/beego/beego) - Powerful orm framework for go. Support: pq/mysql/sqlite3.
* [ent](https://github.com/facebook/ent) - An entity framework for Go. Simple, yet powerful ORM for modeling and querying data.
* [go-firestorm](https://github.com/jschoedt/go-firestorm) - A simple ORM for Google/Firebase Cloud Firestore.
* [go-pg](https://github.com/go-pg/pg) - PostgreSQL ORM with focus on PostgreSQL specific features and performance.