fallenhitokiri / leeroyci

Leeroy is a self hosted, continuous integration and build service
http://screamingatmyscreen.com/tag/leeroy/
MIT License
85 stars 3 forks source link

replace gorm #24

Open fallenhitokiri opened 8 years ago

fallenhitokiri commented 8 years ago

Gorm has proven to be unreliable when it comes to migrating a database or doing basic things like silently dropping inserts / updates.

SQLite showed to be annoying when it comes to cross-compilation.

There are two potential ways to solve this problem:

fallenhitokiri commented 8 years ago

The two most likely options right now

  1. bolt + storm
  2. in memory + JSON persistence
fallenhitokiri commented 8 years ago

added to the todo list for the next release https://trello.com/c/lfLxpZBO