Skip to content

Instantly share code, notes, and snippets.

@adelarcubs
Created May 17, 2015 01:39
Show Gist options
  • Save adelarcubs/9055ac3c2df2a437691f to your computer and use it in GitHub Desktop.
Save adelarcubs/9055ac3c2df2a437691f to your computer and use it in GitHub Desktop.
<?php
return array(
'doctrine' => array(
'connection' => array(
'orm_default' => array(
'driverClass' => 'Doctrine\\DBAL\\Driver\\PDOSqlite\\Driver',
'params' => array(
'path' => 'data/database.sqlite'
)
)
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment