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 ee3fd33 commit 97d6e15Copy full SHA for 97d6e15
book/doctrine.rst
@@ -111,6 +111,20 @@ for you:
111
[mysqld]
112
collation-server = utf8_general_ci
113
character-set-server = utf8
114
+
115
+.. note::
116
117
+ If you want to use SQLite as your database, you need to set the path where
118
+ your database file should be stored:
119
120
+ .. code-block:: yaml
121
122
+ # app/config/config.yml
123
+ doctrine:
124
+ dbal:
125
+ driver: pdo_sqlite
126
+ path: %kernel.root_dir%/sqlite.db
127
+ charset: UTF8
128
129
Creating an Entity Class
130
~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments