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.
A small Python project that fetches rocket data from the public SpaceX REST API, transforms it into a clean schema, saves it to JSON/CSV, and upserts it into a SQLite database.