jamierocks / gore

gore - Ore redone in Golang
MIT License
1 stars 0 forks source link

Xorm vs Gorm #1

Closed jamierocks closed 8 years ago

jamierocks commented 8 years ago

https://github.com/go-xorm/xorm

or

https://github.com/jinzhu/gorm

jamierocks commented 8 years ago

Both have a bunch of examples that can be used as references, and they both have rather good documentation. This decision will probably come down to preference/what I've used and that is currently Gorm.

jamierocks commented 8 years ago

I have decided to stick with Gorm.