[2.0] Fixing cli-config
This commit is contained in:
parent
165abc3ca4
commit
60f00b8863
1 changed files with 2 additions and 4 deletions
|
@ -23,10 +23,8 @@ $config = new \Doctrine\ORM\Configuration();
|
||||||
$config->setMetadataCacheImpl(new \Doctrine\Common\Cache\ArrayCache);
|
$config->setMetadataCacheImpl(new \Doctrine\Common\Cache\ArrayCache);
|
||||||
|
|
||||||
$connectionOptions = array(
|
$connectionOptions = array(
|
||||||
'driver' => 'pdo_mysql',
|
'driver' => 'pdo_sqlite',
|
||||||
'user' => 'root',
|
'path' => 'database.sqlite'
|
||||||
'password' => '',
|
|
||||||
'dbname' => 'doctrine2'
|
|
||||||
);
|
);
|
||||||
|
|
||||||
$em = \Doctrine\ORM\EntityManager::create($connectionOptions, $config);
|
$em = \Doctrine\ORM\EntityManager::create($connectionOptions, $config);
|
||||||
|
|
Loading…
Add table
Reference in a new issue