Roxot / polly

Event planning made easy.
www.getpollyapp.com
0 stars 0 forks source link

Clean up the database #25

Open Roxot opened 8 years ago

Roxot commented 8 years ago

Currently we have functions made for each specific action we perform on the database and those mostly contain raw SQL queries or trivial gorp calls. We should consider to something like a full fletched ORM such as GORM or at least use some SQL query builder if they're out there.