Start your All-Access Pass to unlock this challenge
What is the purpose of EntityManagerInterface in Doctrine?
EntityManagerInterface
It is used to generate DQL and SQL reports for performance profiling.
It is used to manage and interact with entities by persisting, querying, and updating them.
It is responsible for managing database connections directly.
It manages the database schema migrations.