Skip to content

Instantly share code, notes, and snippets.

@serapheem
Created September 13, 2013 09:35
Show Gist options
  • Save serapheem/6548537 to your computer and use it in GitHub Desktop.
Save serapheem/6548537 to your computer and use it in GitHub Desktop.
Symfony2 - SQLite database connection
doctrine:
dbal:
default_connection: default
connections:
default:
driver: pdo_sqlite
memory: true
# path: %kernel.cache_dir%/test-default.db
charset: UTF8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment