2 ms·
Then WAL mode is not safe for you. "Transactions involving multiple attached databases are atomic, assuming that the main database is not ":memory:" and the jo
by chasil 2mo ago
Then WAL mode is not safe for you.
"Transactions involving multiple attached databases are atomic, assuming that the main database is not ":memory:" and the journal_mode is not WAL. If the main database is ":memory:" or if the journal_mode is WAL, then transactions continue to be atomic within each individual database file. But if the host computer crashes in the middle of a COMMIT where two or more database files are updated, some of those files might get the changes where others might not."
https://sqlite.org/lang_attach.html https://sqlite.org/lang_attach.html