Hacker News new | ask | show | jobs
by zimpenfish 1379 days ago
> Like, how do they figure out when a row is updated?

AFAICT because you can only update a row via the UI, it's easy to tell when a row is updated.

But if you're talking about raw SQLite, there's [1].

[1] https://www.sqlite.org/c3ref/update_hook.html