sqlite-utils 4.1 Released with New Python Code Option

Simon Willison has released sqlite-utils 4.1, a new dot-release introducing several minor but impactful features. The update notably allows `sqlite-utils insert` and `sqlite-utils upsert` commands to accept a `–code` option for defining rows using Python code.

Source: Simon Willison