fsi-open / datasource-bundle

Main purpose of this bundle is to register FSi DataSource Component service and twig datasource rendering functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split Doctrine driver into DoctrineORM and DoctrineODM drivers

norberttech opened this issue · comments

This is only thing that disallow to use ODM with admin-bundle.
I think it could be solved by adding 2 new drivers.

  • doctrine-orm
  • doctrine-odm

To prevent BC break doctrine driver should be an alias of doctrine-orm

After small researche I think we can't name new driver doctrine-odm because there is "mongo-db", "phpcr", "couchDb" and "orientDB". All of them are ODM's so maybe we should name them more specific, like "doctrine-mongo-db" or "doctrine-phpcr".
I dont think that we need more than "doctrine-mongo-db" at the beginning.
And of course this issue should be moved into datasource repository, so I will close this and open new one there.