Skip to content

Instantly share code, notes, and snippets.

@anddam
Created November 15, 2016 13:56
Show Gist options
  • Save anddam/7ec53f0889571a8a1fb2a01d77410aaf to your computer and use it in GitHub Desktop.
Save anddam/7ec53f0889571a8a1fb2a01d77410aaf to your computer and use it in GitHub Desktop.
'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