← Back to context

Comment by rsalus

18 hours ago

there is a difference between concurrency in a distributed environment and concurrency on a single machine across processes. SQLite is incredibly useful for the latter.

you seem like the inexperienced one to me..

SQLite does not support concurrent writes at all (on a single machine), a single writer process locks the entire database.