jaumard / trailpack-design-first

Design first architecture with Swagger and Trails
MIT License
0 stars 0 forks source link

TODO manage models validation #2

Open jaumard opened 6 years ago

jaumard commented 6 years ago

For now body are validated at routes level, most ORM allow validation before save/update data, would be nice to pass those validation to the ORM also.