I am interested to use 1 sqlite database file shared between 2 programs, 1 as a writer and 1 as a reader. Sometimes I have the exception locked or busy thrown at the writer program.
Do you plan to support with flags as those from open_v2 here?
https://www.sqlite.org/c3ref/open.html
I am interested to use 1 sqlite database file shared between 2 programs, 1 as a writer and 1 as a reader. Sometimes I have the exception
lockedorbusythrown at the writer program.Do you plan to support with flags as those from
open_v2here?https://www.sqlite.org/c3ref/open.html