How much database abstraction do I need? - Alexander M. Turek
About this talk
This talk explores the interaction with SQL databases in web applications, focusing on the best practices for database communication. The speaker examines the benefits and drawbacks of using hand-crafted SQL statements versus utilizing an Object-Relational Mapping (ORM) framework like Doctrine. By taking a deep dive into Doctrine's ORM and DBAL, along with native PHP extensions, the session evaluates these tools in the context of various use cases, helping developers make informed decisions about database management strategies.