SQLite Timeout issues
I am having issues with Prisma + Sqlite.
Essentially I believe Prisma isn't setting sqlite busy_timeout or something.
There is a long history with this issue, see here
Anyone else experience that might have a workaround?
Essentially, I believe the timeout error is caused when 2 writes hit the same table at the same time. Prisma immediately returns an error instead of respecting the timeout set on the url string:
Thanks!
0 Replies