Name
SQLITE_ENABLE_UNLOCK_NOTIFY — Enable extended locking API
Description
Enables the sqlite3_unlock_notify() C API. This function
allows an application to register a callback function that will
be called when a shared-cache table lock is released. This build
directive is only applicable to applications using the
shared-cache functionality.