Morgul / rpgkeeper-archive

A site for managing your digital character sheets.
0 stars 0 forks source link

Switch to Simple Backend #73

Closed Morgul closed 10 years ago

Morgul commented 10 years ago

This change implements a switch from the NeDB backend, to the Simple backend, in omega models. The reason for this is that the issues experienced in #42 seem to be related to the database randomly throwing away the character data. (This was not an issue while still on mongodb, and from what I can tell post-mortem, the characters are just missing from the database.)

(To a lesser extent, this might address #56. All testing has failed to exhibit this issue on the new backend.)

Besides those potential improvements for poorly understood issues, it's much faster.

Note: Before merging this, #7 on omega-models needs to be merged in, and a new version published on npm.

lordnull commented 10 years ago

As a favor, I :+1: and merge.