SQLite Forum

How to circumvent "apsw.BusyError: BusyError: database is locked"?
Login
In my application, I can be sure that there will be a deadlock between two processes. In such a case, what can be done to prevent BusyError from occurring. Thanks.