Sqlite locks on each access afaik, so you're probably right.
Discussion
Not in WAL mode: readers and writers can proceed without blocking one another. Checkpoints can be an issue for concurrency, but that can be worked around.
Sqlite locks on each access afaik, so you're probably right.
Not in WAL mode: readers and writers can proceed without blocking one another. Checkpoints can be an issue for concurrency, but that can be worked around.