sqlite-chronicle

Use triggers to track when rows in a SQLite table were updated or deleted

Downloads
117
Stars
26
Committers
1

Bot releases are visible (Hide)

sqlite-chronicle - 0.2 Latest Release

Published by simonw 11 months ago

  • New updates_since() function for looping through updates that have occurred since a specific version. #2
  • The version is now incremented for any change to any row, which ensures the system can handle cases where more than 1,000 rows are inserted or updated simultaneously. #3
sqlite-chronicle - 0.1

Published by simonw about 1 year ago

  • Initial release, with the sqlite_chronicle.enable_chronicle() function. #1