WAL vs Normal Modes in Sqlite/Room
WAL vs Normal (DELETE/TRUNCATE) journal modes in SQLite/Room, specifically for read/write behavior.
🔹 1. Normal mode (DELETE / TRUNCATE journal)
When SQLite is in DELETE or TRUNCATE mode:
Write path:
Copy the database into a temporary journal fil...
midhuns.hashnode.dev3 min read