diff --git a/Projects.md b/Projects.md index 278f04f5..7e5e2c67 100644 --- a/Projects.md +++ b/Projects.md @@ -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