-
Notifications
You must be signed in to change notification settings - Fork 341
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
[C Bindings] Missing hook function #1418
Comments
I'm not sure this is something we support at the moment. We might for local only and maybe for embedded replicas but I'm pretty sure we don't support such thing for remote only clients |
I'm using it for reactive queries. In case you want that functionality this will need to be enabled. |
We should expose the hooks to local databases, as discussed here: https://discord.com/channels/933071162680958986/1154725980183732224/1245079190684958861 |
Is there any update? Are you open towards external contributions? |
Friendly ping. I'm considering to give this a shot. |
Friendly ping. Is there any update? Would you welcome a contribution? |
Sent out #1839 as an RFC. |
The sqlite update/commit/rollback hooks are necessary to implement reactive queries as they notify of changes made on tables and rows.
They appear to be missing from the C headers.
The text was updated successfully, but these errors were encountered: