My main point I need are:
- Models need to be classes, instancesable and have either a save function or something like database.insert(model)
- Column need to be acceble in a varible fasion: model.column (eg person.firstname)
- Models need to beable to have custom methods
I've already looked at:
- https://storm.canonical.com/ Little how-To's, confusing docs