scanbadge / api

API for initiating, maintaining and authenticating ScanBadge
https://scanbadge.xyz/develop/api
MIT License
2 stars 0 forks source link

Use gorm instead of gorp #6

Open pepijnvanleeuwen opened 8 years ago

pepijnvanleeuwen commented 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.

The SQL queries / data model must be rewritten when using gorm.