### Describe the problem I would like to use the [sqlite update_hook](https://sqlite.org/c3ref/update_hook.html). I think it is accessible from [sqlx](https://docs.rs/sqlx/latest/sqlx/sqlite/struct.UpdateHookResult.html) but not from tauri, at least I haven't found out how. ### Describe the solution you'd like I was expecting something like there is [in expo-sqlite](https://docs.expo.dev/versions/latest/sdk/sqlite/#sqliteadddatabasechangelistenerlistener)
Describe the problem
I would like to use the sqlite update_hook. I think it is accessible from sqlx but not from tauri, at least I haven't found out how.
Describe the solution you'd like
I was expecting something like there is in expo-sqlite