-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
SQLite is a file-based database and by defualt it prevents or allows only one person to write at a time, but since the use case might require multiple users to access the critical section at the same time the user enable such operation by setting the
"connect_args = {"connect_same_args" : False }" while this solves the problem of the critical section being locked for one user and thus enabling multiple users to access the file at th same time, the intended use of SQLite is not this, and this causes a very high potential for the system to crash.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels