doctrine / KeyValueStore

Abstraction for Key-Value to Plain Old PHP Object mapping
http://www.doctrine-project.org
MIT License
200 stars 59 forks source link

Can KeyValueStore be used with ManagerRegistry? #99

Open psociety opened 4 years ago

psociety commented 4 years ago

I want to create a Repository class for my entity that uses KeyValueStore. I saw that there is an EntityManager, but i didn't see anything related to Doctrine\Common\Persistence\ManagerRegistry which is the first argument that repo constructors usually receive.

How can i build the Repository class as similar as the MySQL ones?