Open jaumard opened 8 years ago
Currently footprintOptions are hardcoded here : https://github.com/trailsjs/trailpack-webserver/blob/master/index.js#L5
I think this is a limitation :( because that prevent some ORM to offer more options. I would like to offer a sortBy option to sequelize trailpack and I can't (except if we put it here)
sortBy
I just looked through index and was about to mention this same issue.
Currently footprintOptions are hardcoded here : https://github.com/trailsjs/trailpack-webserver/blob/master/index.js#L5
I think this is a limitation :( because that prevent some ORM to offer more options. I would like to offer a
sortBy
option to sequelize trailpack and I can't (except if we put it here)