SQLite Forum

Best way to observe database operations
Login
Ill try it but according to these links update hooks only work within a single process (in your example my `db_sys` hook would not fire on writes to `db_client`?).


https://stackoverflow.com/questions/48378859/sqlite-update-hook-in-a-multi-process-application
https://news.ycombinator.com/item?id=19469033