sqlite3 icon indicating copy to clipboard operation
sqlite3 copied to clipboard

Support for Data Change Notification Callbacks (sqlite3_update_hook)

Open Gozala opened this issue 11 months ago • 1 comments

It would be really nice to have support for Data Change Notification Callbacks, which are implemented in the SQLite C interface by the sqlite3_update_hook() function.

We would like to access db from multiple worker threads and leverage update hooks to be notified of changes whenever one of the threads makes changes.

Gozala avatar Mar 18 '25 20:03 Gozala