The sqlite update/commit/rollback [hooks](https://sqlite.org/c3ref/update_hook.html) are necessary to implement reactive queries as they notify of changes made on tables and rows. They appear to be missing from the C headers.
The sqlite update/commit/rollback hooks are necessary to implement reactive queries as they notify of changes made on tables and rows.
They appear to be missing from the C headers.