Skip to content
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

Would love an interface to sqlite3_update_hook #183

Closed
orthecreedence opened this issue Oct 7, 2016 · 1 comment
Closed

Would love an interface to sqlite3_update_hook #183

orthecreedence opened this issue Oct 7, 2016 · 1 comment

Comments

@orthecreedence
Copy link

It would be great to have an interface to sqlite3_update_hook: https://www.sqlite.org/c3ref/update_hook.html

I also just realized Connection.handle() is provided (never saw this before) so I can implement this myself in the meantime. However it would be great to have a baked-in way to listen to changes on the database.

Thanks!

@orthecreedence
Copy link
Author

Actually, scratch that, I probably don't need this after all. Sorry for the noise.

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