I'm working with sqlite database with multiple connection. The work is slow down a lot when I connect to database from more then one computers. I tried to use sql.close and Cursor.close, but still it seems to be somehow connected to database. Only when I close other appliations and I'm only single user, the speed is back in normal.
How can I properly break/close connection with sqlite database?
How can I properly break/close connection with sqlite database?