SQLite Forum

Is write permission required for read-only connections on a WAL database?
Login
Thank you, I know about `SQLITE_OPEN_READONLY`. But even though, doesn't a reader have to write something so that it communicates to the writers that checkpointing must not remove from the WAL the data accessed by the reader?