Skip to content

Observe C(R)UD events #1285

Answered by groue
MartinP7r asked this question in Q&A
Oct 4, 2022 · 2 comments · 7 replies
Discussion options

You must be logged in to vote

Oops, my initial answer is off topic.

Is there a way to observe insert/delete/update of rows directly and get back the objects that were inserted/deleted.

You can build this from the low-level TransactionObserver protocol. You'll get there the most information that SQLite can provide about database changes.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@groue
Comment options

@MartinP7r
Comment options

MartinP7r Oct 4, 2022
Collaborator Author

@groue
Comment options

@funct7
Comment options

@groue
Comment options

Answer selected by MartinP7r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants