Created
November 15, 2016 13:56
-
-
Save anddam/7ec53f0889571a8a1fb2a01d77410aaf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'Datasources' => [ | |
'sqlite' => [ | |
'datasource' => 'Database/Sqlite', | |
'persistent' => false, | |
'database' => 'app_db', | |
'prefix' => '', | |
'encoding' => 'utf8', | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment