scottwrobinson / camo

A class-based ES6 ODM for Mongo-like databases.
557 stars 81 forks source link

Support for Required Option #21

Closed b22n closed 8 years ago

b22n commented 8 years ago

It would be nice if there is the 'required' option in schema options.

{
  type: String,
  required: true
}

It can be implemented by the 'validation' but It would be more convenient.