Sorry, I dont know.
But, I think the DF doesn't interfere in DB default behavior (although, it can).
SQLite docs says:
Multiple processes can have the same database open at the same time. Multiple processes can be doing a SELECT at the same time. But only one process can be making changes to the database at any moment in time, however.
I hope this helps you.