SQLite Forum

Exclusive write-only lock? (Allow only one process read-write, and multiple read-only)
Login
Perhaps an extension of the [locking_mode pragma](https://www.sqlite.org/pragma.html#pragma_locking_mode) to include RESERVED in addition to the current NORMAL and EXCLUSIVE options.