Skip to content

Instantly share code, notes, and snippets.

@serapheem
Created September 13, 2013 09:37
Show Gist options
  • Save serapheem/6548547 to your computer and use it in GitHub Desktop.
Save serapheem/6548547 to your computer and use it in GitHub Desktop.
Symfony - SQLite database connection
test:
doctrine:
param:
dsn: 'sqlite::memory:'
# dsn: 'mysql:host=localhost;dbname=clipkit_dev'
# dsn: 'sqlite:%SF_DATA_DIR%/test-doctrine.db'
statistic:
param:
dsn: 'sqlite::memory:'
tracking:
param:
dsn: 'sqlite::memory:'
xhprof:
param:
dsn: 'sqlite::memory:'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment