Skip to content

Sqlx sqlite observer final phase#34

Merged
jjhafer merged 2 commits into
silvermine:masterfrom
pmorris-dev:sqlx-sqlite-observer-final-phase
Feb 9, 2026
Merged

Sqlx sqlite observer final phase#34
jjhafer merged 2 commits into
silvermine:masterfrom
pmorris-dev:sqlx-sqlite-observer-final-phase

Conversation

@pmorris-dev

@pmorris-dev pmorris-dev commented Feb 7, 2026

Copy link
Copy Markdown
Contributor
  • Integration with sqlx-sqlite-conn-mgr
  • Better reporting/handling of stream lag

- we wrapped SqliteDatabase and WriteGuard and,
otherwise implemented seamless interop between
observer and conn-mgr
- Previously we were just logging a warning when
the number of changes in a tx exceeded the channel
capacity. Now we report the lag in the change event
to make it more obvious to the user and allow for the
user to respond to this "error" condition.
@pmorris-dev pmorris-dev force-pushed the sqlx-sqlite-observer-final-phase branch from 62349ba to a149af9 Compare February 7, 2026 01:45

@jjhafer jjhafer left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good. Claude also didn't find anything wrong.

@jjhafer jjhafer merged commit 2fb37b9 into silvermine:master Feb 9, 2026
1 check passed
@pmorris-dev pmorris-dev deleted the sqlx-sqlite-observer-final-phase branch February 18, 2026 14:42
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.

2 participants