Learn how to track the history of a table in SQLite using a JSON audit log. Explore the audit table design and the construction of JSON objects using SQLite triggers.
Table of contents
Building a JSON object representing the changesAn alternative: record the new valuesNext step: automate it with PythonSort: