-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Write Ops
-
None
-
Major Change
It would be very nice to have a basic validation framework for insert and update operations.
E.g.
- field exists
- check type (string, number, date,..)
I know it can be handled before calling insert/update.
But if more than one application is accessing the mongodb it is likely that the data quality is decreasing.
Basic operation would be enough.
- duplicates
-
SERVER-3536 templates for schemas
- Closed