Skip to content

Map results to model type

Alf Eaton requested to merge map-all-to-model-type into master

This converts the database response (an array of plain objects) to the expected model class.

The tests still pass, but I'm not 100% sure that there won't be any unexpected effects.

fixes #25

Merge request reports