I have the need to add audit logging in my app to track all the changes made by users to any CRUD managed objects. Persistence is MySQL, via sqlx, with an ember based ui. I can brute force something, but was wondering if anyone has a more elegant solution, with help from some library that I can't find? Any advice would be appreciated, or even an anecdote of how you may have solved this problem.
评论:
Loves_Portishead:
Store changes (events), derive the DB state from the changes.
