4 ms·
Yes, but more importantly, this should allow concurrency to the database. You can now have multiple writers to the same underlying database. Previously, I bel
by jamie 16y 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.