AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of Validation Layers in ORMs
Some ORMs will also include like a validation layer where you can say, okay, when this thing is saved, check that it meets X, Y, and Z. That's not something every ORM includes; probably most of them don't. But at the end of the day, you just have to think about it as this layer that sits in between and translates. And sometimes they help you parsing and validating. Sometimes theyhelp you with migration. Sometimes they don't.