Added ent

Eric Meier 2019-12-12 23:00:31 +01:00
parent 9ec266c495
commit ba62c78f60

@ -551,6 +551,7 @@ See also [[SQLDrivers page|SQLDrivers]].
### ORM
* [beedb](https://github.com/astaxie/beedb) - beedb is an ORM for Go. It lets you map Go structs to tables in a database
* [ent](https://github.com/facebookincubator/ent) - An entity framework for Go
* [FilterXorm](https://github.com/howcrazy/filterxorm) - Build conditions for xorm project.
* [go-modeldb](https://github.com/jaekwon/go-modeldb) - A simple wrapper around sql.DB for struct support.
* [gorm](https://github.com/jinzhu/gorm) - An ORM library for Go, aims for developer friendly