sqlite-utils
PulseAugur coverage of sqlite-utils — every cluster mentioning sqlite-utils across labs, papers, and developer communities, ranked by signal.
- 2026-07-07 product_launch Simon Willison released version 4.0 of sqlite-utils, introducing database migrations, nested transactions, and compound foreign key support. source
- 2026-07-07 product_launch Simon Willison released version 4.0 of sqlite-utils, introducing database schema migrations, nested transactions, and support for compound foreign keys. source
16 day(s) with sentiment data
-
Sam Altman planned local GPT-3-level model release to preempt competitors
Sam Altman, in an email exposed during the Musk v. Altman lawsuit, revealed OpenAI's intention to release a local, consumer-hardware-compatible language model with capabilities similar to GPT-3. This move, planned for O…
-
New tool explains SQLite query execution in the browser
A new browser-based tool, SQLite Query Explainer, has been developed to help users understand how SQLite executes SQL queries. Created by Julia Evans and built using Fable, it runs SQLite within Python via Pyodide and W…
-
Vintage Quixote web framework sees recent commit after 21 years
The Quixote web framework, originally developed over two decades ago, has seen recent activity with its latest commit occurring six hours prior to this report. This framework's history traces back to an import from Apac…
-
Mermaid diagram syntax converted to ASCII art with new tool
Simon Willison has developed a tool called mermaid-ascii that converts Mermaid diagram syntax into ASCII and Unicode art. This tool, built using a Go library compiled to WebAssembly, supports various diagram features li…
-
Linus Torvalds declares Linux will embrace AI as a useful tool
Linus Torvalds, the creator of Linux, has stated that Linux will not be an anti-AI project. He views AI as a useful tool, asserting that its utility is no longer in question. Torvalds indicated that any developers who d…
-
Grok CLI's Mermaid renderer adapted for browser use
Simon Willison explored the Grok CLI's Rust codebase, discovering a self-contained terminal renderer for Mermaid diagrams. He successfully integrated this renderer into a browser environment using WebAssembly. This demo…
-
GitHub Changeling adopts cooldowns; GPT-5.6 and Claude Fable referenced
Simon Willison's blog post discusses the "GitHub Changeling" feature, which now includes a default three-day cooldown period before Dependabot creates pull requests for new releases. This change aims to provide stabilit…
-
GPT-5.6 Sol and GPT-Image-2 create open-source desktop pet
Simon Willison details the creation of a custom desktop pet named "Pedalican" using Codex Desktop, which leveraged GPT-5.6 Sol for the design and GPT-Image-2 for sprite assets. The process involved iterative prompting t…
-
Lobste.rs completes migration to SQLite, reducing costs and improving performance
The community site Lobste.rs has successfully migrated from MariaDB to SQLite, completing a transition that began in August 2018. This move has resulted in decreased CPU and memory usage, improved site performance, and …
-
Datasette 1.0a37 released with performance and documentation improvements
Simon Willison has released a minor update to Datasette, version 1.0a37. This release focuses on performance and documentation enhancements for the permissions system. Additionally, a cosmetic API change that caused iss…
-
Simon Willison shares cache-friendly uvx strategy for GitHub Actions
Simon Willison has detailed a method for efficiently caching tools installed via `uvx` within GitHub Actions workflows. By setting the `UV_EXCLUDE_NEWER` environment variable to a specific date, subsequent `uvx` command…
-
SQL controls Doom game mechanics in novel DOOMQL project
Peter Gostev has developed DOOMQL, a novel Doom-like game where SQL queries control game mechanics such as movement, collision, and combat, all within a SQLite database. The game is implemented as a Python terminal scri…
-
AI Models Correlate with Surge in Open-Source Project Activity
Simon Willison observed a significant increase in his open-source project Datasette's code activity, correlating with the release of advanced AI models. He noted a spike in changes coinciding with the availability of Op…
-
Simon Willison: LLM agents cannot be Directly Responsible Individuals
Simon Willison's blog post explores the concept of Directly Responsible Individuals (DRI), a term originating from Apple Inc. and emphasizing ultimate human accountability for projects. Willison argues that LLM-powered …
-
shot-scraper 1.11 enhances web scraping with file-based JS and improved server handling
The latest release of shot-scraper, version 1.11, introduces several improvements to its command-line interface and website scraping capabilities. Key updates include an extended wait time for servers to start, allowing…
-
sqlite-utils 4.1.1 fixes transaction edge case, enhances docs
The latest release of sqlite-utils, version 4.1.1, addresses an edge case related to foreign key constraints and transactions, preventing accidental data modification. This update also enhances documentation by cross-re…
-
OpenAI clarifies ChatGPT Work, GPT-5.6 family development continues
OpenAI is attempting to clarify the functionality of its new ChatGPT Work product, which offers both cloud-based and local processing options. The company is facing challenges in explaining how conversations and data ar…
-
Simon Willison releases updated AI tools llm-meta-ai and llm
Simon Willison has released new versions of his `llm-meta-ai` and `llm` tools. The `llm-meta-ai` tool, version 0.1, is designed to run prompts against models like Muse Spark 1.1. The `llm` tool, version 0.31.1, includes…
-
Simon Willison releases sqlite-utils 4.0 after 6 years
Simon Willison has released version 4.0 of sqlite-utils, a Python tool for interacting with SQLite databases. This marks the first major version update since 3.0 in 2020, with the previous version 3.39 being the last be…
-
Simon Willison releases sqlite-utils 4.0 with database migrations
Simon Willison has released version 4.0 of sqlite-utils, a tool for managing SQLite databases. This major update introduces database schema migrations, allowing users to define and track sequential changes to their data…