ORM: The Good, the Great, and the Ugly

Join Joel Maupin as he discusses his view of the pros and cons of ORMs. ORMs or Object Relational Mapping are a class of tools that empower a programmer to easily work with the structures of a relational database as objects in code. As we all know “with great power comes great responsibility“, and these tools are not immune to the leaky abstraction problem. PUBLICATION PERMISSIONS: Original video was published with the Creative Commons Attribution license (reuse allowed). Link:
Back to Top