-
Ajouter une connexion MongoDB dans HttpServerConfig. Possiblement créer un autre obj Config pour la config de la BD si elle est grosse.
https://docs.mongodb.com/drivers/java/sync/v4.5/fundamentals/…
-
-
The recipe still refers to Symfony\Component\Cache\DoctrineProvider which isn't available in Symfony 6 anymore.
So setting up a minimal test case results in a fatal error in prod env (dev is workin…
-
Hey, more of a question. Within ORM there is 3 caches: Query, Result and Metadata.
I see in ODM there is currently only Metadata. Is there any plan to implement the other caches here or is it not req…
-
**Describe the bug**
I've integrated Mikro-ORM in a benchmark suite and noticed a memory leak and very slow execution times.
The benchmark basically creates 10k objects, persist() each, and then…
marcj updated
2 years ago
-
### Feature Request
| Q | A
|------------ | ------
| New Feature | yes
| BC Break | yes
#### Summary
Hi!
While I am working with this lib I've detected that you have some s…
-
I am struggling to find an example with a basic CRUD using this promising library. I was able to create a document. However, it is not clear to me how I can retrieve it from mongo, using pymongo, then…
-
Hey guys,
I plan to rewrite the CMS I'm currently working on into a Symfony-Bundle equally to the Symfony-CMF but with more UI and Propel2 as base.
Here I have some questions:
- What do you think abo…
marcj updated
2 years ago
-
A Database Service will be a service interacting with DB to fetch and persist data whenever demanded by other service.
Setting up DB and maintaining schema structure will be done through this service…
-
Hello,
### BC Break Report
| Q | A
|------------ | ------
| BC Break | yes
| Version | 2.3.0
#### Summary
Since we've upgraded to doctrine/mongo-odm 2.3.0 the `au…