You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/drivers.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ Additional parameters are available when connecting:
19
19
-*pragma*: a dict of sqlite pragmas to set on connection
20
20
-*ext*: a list of extension modules to load on connection
21
21
-*fine_tune*: a boolean indicating to apply fine tuned pragmas for high concurrent workloads like web servers ([explanations](https://fractaledmind.github.io/2023/09/07/enhancing-rails-sqlite-fine-tuning/))
22
+
-*foreign_keys*: boolean indicating if foreign keys should be enforced (sqlite default is False)
23
+
-*ensure_path*: boolean indicating if the driver should ensure that the database file's directory exists
0 commit comments