Hacker News new | ask | show | jobs
by thawkins 2193 days ago
Mongodbs newer versions support schema validation by allowing you to register a JSON-Schema description against a collection and validate writes against It.
1 comments

Fantastic. Knowing that my data was validated before being lost makes it so much better.