<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>How much database abstraction do I need? - Alexander M. Turek</title>
        <link>https://phpc.tv/videos/watch/402dc5a4-a069-47f4-b1e7-a50557af5736</link>
        <description>SQL databases are an important part of many web applications. But what's the best way to interact with such a database? Do I use hand-crafted SQL statements everywhere in order to always remain in control? Or do I use an ORM, so I don't need to repeat myself too often and to remain compatible with multiple SQL databases? We will take a deep dive into the Doctrine libraries ORM and DBAL as well as native PHP extensions and compare them with our use cases in mind.</description>
        <lastBuildDate>Tue, 14 Apr 2026 21:14:14 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://phpc.tv</generator>
        <image>
            <title>How much database abstraction do I need? - Alexander M. Turek</title>
            <url>https://phpc.tv/lazy-static/avatars/a00c380b-7291-4db3-b239-61999888fbca.png</url>
            <link>https://phpc.tv/videos/watch/402dc5a4-a069-47f4-b1e7-a50557af5736</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://phpc.tv/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://phpc.tv/feeds/video-comments.xml?videoId=402dc5a4-a069-47f4-b1e7-a50557af5736" rel="self" type="application/rss+xml"/>
    </channel>
</rss>