

WTF is an ORM
Jun 28, 2023
Wes and Scott dive into the world of Object-Relational Mapping (ORM), breaking down its benefits and potential downsides. They explore popular ORMs like Prisma and Sequelize, comparing their features and applications. The duo humorously reflects on their dental visits while transitioning to serious topics like TypeScript's challenges with ORMs. Listeners will find insights on Drizzle's integration with PlanetScale and the complexities of using ORMs in JavaScript environments. Prepare for a blend of tech talk and relatable humor!
AI Snips
Chapters
Transcript
Episode notes
Dental Anxiety
- Scott Talinsky discusses his dental anxiety stemming from a past tongue piercing.
- He now meticulously cares for his teeth and has become a model patient.
Dentist Discomfort
- Wes Bos shares his discomfort with his dentist's excessive concern for his flossing habits.
- He wishes the dentist would skip the lecture.
ORM Purpose
- ORMs translate between databases and programming languages, simplifying database interactions.
- Developers often unintentionally create mini-ORMs when seeking simpler alternatives.