Robert
PPrisma
•Created by Robert on 9/30/2024 in #help-and-questions
dev.db-journal is always created
Could you create a simple dummy project and install Prisma using SQLite ?
Does it also always, even with the simplest model, create an
dev.db-journal
file for you ?
I read that this file is a rollback journal file and should only be present temporary during a transaction.
So why is the file there all the time ?
https://www.sqlite.org/tempfiles.html#rollback_journals
https://www.sqlite.org/atomiccommit.html5 replies