Reinami / sanic_crud

MIT License
54 stars 12 forks source link

Make validations part of peewee model #41

Closed Reinami closed 7 years ago

Reinami commented 7 years ago

Having validations be part of the peewee model would be better, as we could verify it on save very easily.