You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: