Get started with Symfony 6 for beginners — Part 3| Database, Doctrine, Entity.

Azay Karimli
3 min readMay 21, 2022
Source: https://symfony.com

In this article, we will create an entity and then migrate it to the database to which we are connected. Symfony uses Doctrine to talk with the database. Thanks to Doctrine, it provides a variety of tools needed to use databases in your applications. These tools support relational databases like MySQL and PostgreSQL and NoSQL databases like MongoDB…

--

--