Visual Design the MongoDB Validation Schema
MongoDB is using validation rules to ensure a given structure of a collection.
DbSchema can reverse engineer the validation rules and show them as diagrams.
Creating new collections in DbSchema will also implement the validation rules in the database.
DbSchema is drawing as diagrams the collections without validation rules by scanning the collection structure for several documents and guessing the fields out of that.
Comments on collections or fields can be added directly in the diagram. The comments will be saved in the collection validation rule and to the model file.
Next HTML5 or PDF documentation can be generated, where the collection and field comments can be read as mouse-over tooltips.
Read More