Riporto quanto indicato nella documentazione di SQLite
SQLite Frequently Asked Questions
https://www.sqlite.org/faq.html#q5
Riporto quanto indicato nella documentazione di SQLite
SQLite Frequently Asked Questions
https://www.sqlite.org/faq.html#q5
In effetti, se anche loro scrivono
However, client/server database engines (such as PostgreSQL, MySQL, or Oracle) usually support a higher level of concurrency and allow multiple processes to be writing to the same database at the same time. This is possible in a client/server database because there is always a single well-controlled server process available to coordinate access. If your application has a need for a lot of concurrency, then you should consider using a client/server database
...
Va bene che non ci sarà "concorrenza spinta" ma nessuna concorrenza (un processo per volta) mi sembra che non abbia proprio "appeal" ...
No MP tecnici (non rispondo nemmeno!), usa il forum.