SQLite Forum

How to circumvent "apsw.BusyError: BusyError: database is locked"?
Login
I see this error.

apsw.BusyError: BusyError: database is locked

I've already used. So busy_timeout does not solve this problem.

```
pragma busy_timeout=2147483647;
```

What else can be done to circumvent this problem? Thanks.