mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
Added ent
parent
9ec266c495
commit
ba62c78f60
@ -551,6 +551,7 @@ See also [[SQLDrivers page|SQLDrivers]].
|
|||||||
### ORM
|
### ORM
|
||||||
|
|
||||||
* [beedb](https://github.com/astaxie/beedb) - beedb is an ORM for Go. It lets you map Go structs to tables in a database
|
* [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.
|
* [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.
|
* [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
|
* [gorm](https://github.com/jinzhu/gorm) - An ORM library for Go, aims for developer friendly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user