Claim◆Video · 7:00 · 9m
Verscel's new TypeScript-to-native compiler, Scriptic, produces tiny standalone binaries — ideal for CLI tools and embedded use cases where shipping a Node.js runtime is impractical.
CJ · Syntax
The query command gains stdin support, allowing SQL to be piped in rather than passed as a literal argument. ✦ AI generated
Simon Willison · Simon Willison's Weblog · 2026-07-11 · original ↗
sqlite-utils query can now read the SQL query from standard input by passing - in place of the query, for example echo "select * from dogs" | sqlite-utils query dogs.db -.
Read full article ↗excerpt · fair-use quotation