Closed mdjaman closed 6 years ago
Hi! I've never used MongoDB, to be honest, I like to stay as far away from it as I can.
How do you typically use Doctrine with MongoDB?
The Doctrine MongoODM is not far from what you have in ORM version. The ORM/ODM is just a wrapper, both have doctrine-module in their dependency
Something that make me little reluctant is that your clearly add doctrine/doctrine-orm-module
depedency as required. Expected it to be in the suggest or require-dev section
If you want to submit a PR that grants the Mongo functionality in some way, we can certainly review it together. I'll dig into the suggestion of 'suggest' I'd have to test how well it behaves without that library installed.
Fine to me 😉
Is there any port or configuration to integrate ODM instead of ORM?