-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Open
Labels
DoctrineRFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)
Description
Description
Symfony/doctrine-bridge
is actually a bridge against multiple Doctrine projects, not against a single package, which can create issues for projects using some of them if features are not properly layers.
Here are the current target (list might not even be exhaustive):
doctrine/dbal
doctrine/persistence
doctrine/orm
Features targeting integrations with DBAL or Persistence must be careful not to introduce a dependency to the ORM. They must be usable for projects using DBAL only, or for projects using the MongoDB ODM (for Persistence).
Example
No response
kaznovac and GromNaN
Metadata
Metadata
Assignees
Labels
DoctrineRFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)