Replies: 1 comment
-
|
Concurrent database access is really a SQLite question. As to why your program crashes would need be investigated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to write to a database from two different instances(executable) and for smaller number of transactions it seems to be okay. It crashes when trying to write large number of entries into the database simultaneously. Could somebody point me to the documentation or suggest an alternative please?
Beta Was this translation helpful? Give feedback.
All reactions