-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
As I said in storesafe/cordova-sqlite-storage#643 (comment):
In general I do not really favor WAL (write ahead logging ref: https://www.sqlite.org/wal.html) since it would require the overhead of checkpointing at certain intervals. I also just discovered an interesting issue at http://stackoverflow.com/questions/39149065/sqlite-write-ahead-logging-wal-journal-mode-with-attached-database.