|
|
|
|
|
by Sammi
299 days ago
|
|
Yes by enabling the write ahead log feature: https://sqlite.org/wal.html It's on by default in many sqlite drivers because it really is the best default. But it isn't on by default in upstream sqlite even though it's been out for ages now. |
|