SQLite Forum

Is it safe to use unix-none VFS in concurrent reading to one database ?
Login
> if I can control the reading and writing to a database won't happen at the same time, can I use "unix-none" VFS 

That will work in theory.  However, unless you are an extraordinary programmer,
there will be bugs in your logic that separates reading and writing, which will ultimately cause problems, subtle and hard-to-reproduce problems.