What is the “-journal” SQLite database?
Such -journal files do not need to (and should not) be distributed. This is because the various journal files represent temporary data (ref. SQLite’s Use Of Temporary Disk Files) used by SQLite. In particular a -journal file is a rollback journal. A rollback journal is a temporary file used to implement atomic commit and rollback … Read more