summaryrefslogtreecommitdiffstats
path: root/tests/modules/orm/files/config.sqlite
blob: 930bdd40d61143cb8e1deb79dc9686ce58405ced (plain)
1
2
3
4
5
6
7
<?php return array (
  'default' => 
  array (
    'connection' => 'sqlite:C:\\Users\\Dracony\\Documents\\GitHub\\PHPixie\\tests\\modules\\orm./files/test.sqlite',
    'driver' => 'pdo',
  ),
);