Open pepijnvanleeuwen opened 8 years ago
gorp does not support relational mapping. We require this in order for the API to work. Proposed change: use github.com/jinzhu/gorm instead of github.com/gorp/go-gorp.
gorp
github.com/jinzhu/gorm
github.com/gorp/go-gorp
The SQL queries / data model must be rewritten when using gorm.
gorm
gorp
does not support relational mapping. We require this in order for the API to work. Proposed change: usegithub.com/jinzhu/gorm
instead ofgithub.com/gorp/go-gorp
.The SQL queries / data model must be rewritten when using
gorm
.