Hi all, has anyone tried enabling WAL on SQLite ? ...
# orm-help
b
Hi all, has anyone tried enabling WAL on SQLite ? From what I have experienced if two separate process try to use the same SQLite with Prisma, they go through the lock hell. WAL seems to be solving that for SQLite with journal files. However, I am struggling to find a way to enable that with Prisma