Skip to content

Instantly share code, notes, and snippets.

@weaverryan
Last active November 9, 2016 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weaverryan/bc71c280140dacd494db to your computer and use it in GitHub Desktop.
Save weaverryan/bc71c280140dacd494db to your computer and use it in GitHub Desktop.
SQLite Symfony
doctrine:
dbal:
driver: pdo_sqlite
# all the other config like host, etc
path: "%database_path%"
parameters:
# ... all the existing parameters
database_path: "%kernel.root_dir%/data.db3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment