ODM support #15865
Replies: 1 comment 4 replies
-
The problem we have with Mongo is the interfaces. In order to use the latest functionality of Mongo, we need to include in our code one of the interfaces provided from the Mongo extension. If we do that, it will make Phalcon require the mongodb extension to be present in the system and loaded before Phalcon (the same way PSR does now) whether you want to use it or not. The code is ready to be quite honest but we have not found a good way to incorporate the two, where users that do not want to use mongo do not have to use it. There are plans for Mongo for our v6 version for sure. IF we do manage to find a good solution, even as a separate extension, we will also add it for v5 but that will take some time after v5 is released. We definitely have not forgotten about this. There is also this repository that might help for now: https://github.com/phalcon/incubator-mongodb |
Beta Was this translation helpful? Give feedback.
-
will phalcon 4 or 5 have ODM support any time soon (exemple for mongodb)?
it's heart breaking to keep projects with phalcon 3 :'( since the php versions are getting way to old
thank you,
Beta Was this translation helpful? Give feedback.
All reactions