SQLite Forum

Changes to support concurrent writes to wal database distributed over network FS
Login
I think you should use a distributed SQLite variant from the start. The major ones are [BedrockDB], [rqlite], and [dqlite]. It’ll save you a lot of work over reinventing the wheel, and it’ll probably be faster and more secure besides.

[BedrockDB]:  https://bedrockdb.com/
[rqlite]:     https://github.com/rqlite/rqlite
[dqlite]:     https://dqlite.io/