Skip to content

Support for Data Change Notification Callbacks (sqlite3_update_hook) #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Gozala opened this issue Mar 18, 2025 · 0 comments
Open

Support for Data Change Notification Callbacks (sqlite3_update_hook) #152

Gozala opened this issue Mar 18, 2025 · 0 comments

Comments

@Gozala
Copy link

Gozala commented Mar 18, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant