[FLOW3-general] Different Databases for Different Packages
Sebastian Kurfürst
sebastian at typo3.org
Mon Jan 16 18:44:08 CET 2012
Hey Thomas,
it is not possible to define a separate DB for every package currently.
The only way you can do it is writing your completely own persistence
backend, implementing special logic for some object types.
The configuration of the separate packages is merged together with the
global config.
> One additional question. The database I want to connect is an existing
> database. i don't want doctrine to change the structure of the
> database when running "doctrine:update". Is that possible? I found
> that doctrine has an reverse-engineering-tool to create yaml-configs
> from existing databases
> (http://www.doctrine-project.org/docs/orm/2.1/en/reference/tools.html#reverse-engineering).
> Could this be a solution and is it integratible to flow3?
If doctrine works, then you can add the annotations to your domain
models and it should work.
Greets,
Sebastian
More information about the FLOW3-general
mailing list