simonw/sqlite-chronicle
Use triggers to track when rows in a SQLite table were updated or deleted
Python
Pinned issues
Issues
- 20
added_ms and updated_ms columns are not reliable in face of operations like INSERT OR REPLACE INTO
#7 opened by simonw - 0
CLI mechanism
#8 opened by simonw - 0
Utility function for disabling chronicle
#6 opened by simonw - 0
sqlite3.OperationalError: no such column: id
#5 opened by simonw - 9
- 16
Try out synchronization approaches
#2 opened by simonw - 1
System should work even if two batches of updates happened within the same millisecond
#3 opened by simonw - 12
Initial design
#1 opened by simonw