SQLite Forum

SQLITE_IOERR on `pragma journal_mode=wal;`
Login
I was hedging because it seems to me that if multiple processes open a remote database in WAL mode from a single host, and no other connections are open, then they'll all be sharing the same memory. That *might* "work" for sufficiently fuzzy values of "work".

But yes, given that remote file systems are never recommended, your point is well made.