Skip to content

Instantly share code, notes, and snippets.

@weaverryan
Last active November 9, 2016 18:35
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