SQLite Forum

Updating in-process connections on write
Login
What do you mean by a read-only connection?

Do you mean a connection on which you have issued `PRAGMA QUERY_ONLY=1;` <https://sqlite.org/pragma.html#pragma_query_only>; the SQLITE_OPEN_READONLY flag was passed to sqlite3_open_v2 <https://sqlite.org/c3ref/open.html>; or, something else?