ColinGilbert / noobwerkz-engine

My happy playground of programmer fun.
Apache License 2.0
20 stars 3 forks source link

Replace serialized skeleton format with proper sqlite storage #12

Closed ColinGilbert closed 8 years ago

ColinGilbert commented 8 years ago

The Cereal-based saving of the skeletons is fast, succinct, and compact. However, these are assets that I do not want to lose and serialization is a temporary solution for hot data. A proper RDBMS to store such information is an industry best practice and will be adopted soon.

EDIT: Basically now part of #30.