Skip to content

Conversation

@pmorris-dev
Copy link
Contributor

  • Added observe/subscribe/unsubscribe/unobserve commands that expose the sqlx-sqlite-observer crate to the frontend via Tauri channels, enabling real-time database change notifications for the UI
  • Created an example app which demonstrates updating the UI from change notifications only (no requerying).

- Added observe/subscribe/unsubscribe/unobserve commands that expose
the sqlx-sqlite-observer crate to the frontend via Tauri channels, enabling
real-time database change notifications for the UI
- Created an example app which demonstrates updating the UI from change
notifications only (no requerying).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running the example app on Android exposed this primitive type issue in the C bindings with the SQLite ABI.

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

Successfully merging this pull request may close these issues.

1 participant