Hello,
I am working on an application with four worker threads that needs access to the SQLite database. I read online that I should not use a single connection established with visual component in the main thread but use one connection per thread. I am looking for some advice of how to establish the connection to the database and then read / write
to it from individual threads.
Thank you.