Is there an existing issue for this?
What happened?
Under concurrent access (multiple requests / threads), SQLite can raise intermittent database is locked errors.
The current connection setup does not configure SQLite’s recommended concurrency and timeout PRAGMAs, which makes the application more fragile under parallel reads/writes.
could be solved using db optimisations which sqlite3 provides :)
@rahulharpal1603 - let me know if I can pick this up
Record