Nitrite/Java: Access database from multiple processes #33
wendelicious
started this conversation in
Ideas
Replies: 0 comments 3 replies
-
The use case here is in a desktop Java process, not on-device. (e.g. as a desktop testing tool) I apologize if this is possible and I missed it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does N02 support multiple processes accessing/modifying the database? As in, if one process created the DB, could another one open it and write to it, and subsequently the first process would see the changes on the next query?
Beta Was this translation helpful? Give feedback.
All reactions