mini-sql-db/ |--- lib/ | |--- storage.js # Creating JSON files to store data and run read/write operations | |--- schema.js # Table schema management and validation ...
A Python library for tracking SQLite table history using a JSON audit log. Based on the pattern described in Tracking SQLite table history using a JSON audit log by Simon Willison.