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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Reproduction steps to see this issue after enabling WAL mode which is commented
37
37
38
38
For this reason, I'll be avoiding WAL mode for now. When the time comes & I need multiple writes, I'll use PostgreSQL instead of SQLite if I need multiple writers on a database but since the process of multiple writes is instantanious (milliseconds) so I'll be going with SQLite for now anyways.
39
39
40
-
####SQLite WAL Mode now works when used in combination with Litestream
40
+
### SQLite WAL Mode now works when used in combination with Litestream
41
41
42
42
I repeated the above 6 steps exactly as specified & there was no data loss.
0 commit comments