SQLite Forum

Is there a way to wait until the database is available?
Login
There is busy_timeout. But it must be a finite number. Is there a way to let sqlite3 wait until the database is available? Thanks.

```
pragma busy_timeout=10000;
```