Titouan Galopin
Home
Articles
Data Protection services
My articles in your inbox
Home
Articles
Data Protection services
My articles in your inbox
Articles
Auto-Increment is the Devil: using UUIDs in Symfony and Doctrine
Jul 17, 2018
When learning how to create databases, you most likely learned how to use auto-incremented values for identifiers. This technique has several drawbacks when badly used. Let's review them!
Executing database migrations at scale with Doctrine and Symfony
Jul 11, 2018
There are not many programming languages which don’t have at least one way to access a database. In a few decades, databases, and more precisely relational databases, have become the standard way ...
Categories
Show all
Symfony
Doctrine