I pasted the code from the configuration.md file to
module.config.php
\'doctrine\' => array( \'connection\' => array( \'orm
@foozy: this is exactly what I'm looking. With
./vendor/bin/doctrine-module orm:schema-tool:update --force
you can now update or create the database schema.
My question: how to define which entity should be created in which db? Regards Andrea