I see some answers about this but they do not point in my direction.
When writing to SQLite all concurrent reads/writes will throw an exception.
This is going to be a problem for my setup since i have:
java background service
java Desktop gui application
Both accessing the same SQLite on the same computer.
Is there some global Singelton setup to deal with this.
Any ides would be grate