points by ngrilly 9 years ago > sqlite supports concurrent writers via their page-locking branch (and changesets allow for effectively row-level locks)I've been unable to find the branch on SQLite website. Do you have a link to the branch and changesets?
SQLite 9 years ago https://www.sqlite.org/src/timeline?n=100&r=begin-concurrent ngrilly 9 years ago Thanks! Is there some documentation already? Do you plan to integrate "BEGIN CONCURRENT" in the standard SQLite distribution?
ngrilly 9 years ago Thanks! Is there some documentation already? Do you plan to integrate "BEGIN CONCURRENT" in the standard SQLite distribution?
https://www.sqlite.org/src/timeline?n=100&r=begin-concurrent
Thanks! Is there some documentation already? Do you plan to integrate "BEGIN CONCURRENT" in the standard SQLite distribution?