Skip to content

Commit

Permalink
docs: fix sqlite credentials param name error (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
waketzheng authored Jan 5, 2025
1 parent 0aee52d commit 8b5ac14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/databases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ So if the ``DB_FILE`` is "/data/db.sqlite3" then the string will be ``sqlite:///
Required Parameters
-------------------

``path``:
``file_path``:
Path to SQLite3 file. ``:memory:`` is a special path that indicates in-memory database.

Optional parameters:
Expand Down

0 comments on commit 8b5ac14

Please sign in to comment.