Day 27: Validations and Custom Schema Types
Feb 2 路 6 min read 路 MongoDB itself is schema-less, but Mongoose adds schema and validation support. This ensures data stored in your database follows correct format and rules. 馃敼 1. Built-in Validations in Mongoose Mongoose allows adding validations directly inside sch...
Join discussion