Y
Hacker News
new
|
ask
|
show
|
jobs
by
jamie
5917 days ago
Yes, but more importantly, this should allow concurrency to the database. You can now have multiple writers to the same underlying database.
Previously, I believe SQLITE would lock the entire database any time you accessed it.