ngyv / re-modelr

A simple-to-use pure javascript object-relational mapping to manage data.
MIT License
0 stars 0 forks source link

Support for model descriptor options #21

Closed ngyv closed 6 years ago

ngyv commented 6 years ago

Specifically for default and parsing for type('date')

When attribute has required: true and default: someValue , can just skip the required checking.