On 3 Sep 2019, at 9:13pm, Peng Yu <[email protected]> wrote: > In other words, if two processes write to the same sqlite file but to > different tables, will one wait for the other? What if to the same > table but different rows? Thanks.
SQLite has only a lock for the entire database. It does not lock tables or rows. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

