We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99d089 commit 9333516Copy full SHA for 9333516
1 file changed
user_guide_src/source/database/configuration.rst
@@ -30,7 +30,7 @@ The name of the class property is the connection name, and can be used
30
while connecting to specify a group name.
31
32
.. note:: The default location of the SQLite3 database is the **writable** folder.
33
- If you want to change the location, you must set the full path to the new folder (e.g., 'database' => '../db/database_name').
+ If you want to change the location, you must set the full path to the new folder (e.g., 'database' => WRITEPATH . 'db/database_name.db').
34
35
DSN
36
---
0 commit comments