Skip to content

Instantly share code, notes, and snippets.

@wowo
Created June 14, 2011 21:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wowo/1025937 to your computer and use it in GitHub Desktop.
Save wowo/1025937 to your computer and use it in GitHub Desktop.
Doctrine sqlite in memory for tests purposes
doctrine:
dbal:
driver: pdo_sqlite
path: :memory:
memory: true
orm:
auto_generate_proxy_classes: true
auto_mapping: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment