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.html3 Replies
GitHub
dev.db-journal file is always created and always present but it sho...
Bug description dev.db-journal is always created and always present. I read that this file is a rollback journal file and should only be present temporary during a transaction. https://www.sqlite.o...
Eng team is looking into this. Thanks!
Great and highly appreciated.
I was under the assumption that something with my repo was off, reading that this is now with the engineering team is a relief.
I will continue to work on the repo and just leave the file in there for now until I hear back on this ticket.
Thank you.