blob: 401e0ffe635311a7d9046a3edc62a4853357196b (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
return array(
'default' =>
array(
'connection' => 'sqlite:C:\\Users\\Dracony\\Documents\\GitHub\\PHPixie\\tests\\modules\\database\\driver\\pdo/../../files/test.sqlite',
'driver' => 'pdo',
),
);
|