79345768

Date: 2025-01-10 12:56:44
Score: 0.5
Natty:
Report link

I you worry about data corruption use a SQLite Transaction. If you do it the right way, nothing will become corrupted.

Both applications should access the database independently.

What you can do with messaging, is to inform the other application that table xy has changed or even which specific records have changed. The other application can then re-query its data or do whatever is necessary.

See also: Can SQLite support multiple users?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Olivier Jacot-Descombes