We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca489ea commit b7d8f79Copy full SHA for b7d8f79
doctrine.rst
@@ -39,7 +39,7 @@ The database connection information is stored as an environment variable called
39
DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name"
40
41
# to use sqlite:
42
- # DATABASE_URL="sqlite://%kernel.project_dir%/var/app.db"
+ # DATABASE_URL="sqlite:///%kernel.project_dir%/var/app.db"
43
44
Now that your connection parameters are setup, Doctrine can create the ``db_name``
45
database for you:
0 commit comments