Today's digest · Tuesday, June 23

Today's AI/dev signal

LiveNext issue at 7:00 CET
#1 / TODAY
Simon Willison·1 min·2d agoFREE

sqlite-utils 4.0rc1 adds migrations and nested transactions

sqlite-utils 4.0rc1 has been released, introducing database migrations and nested transaction support. The migrations feature is a modified port of the sqlite-migrate package, enabling schema changes like table creation and column additions. The new db.atomic() API provides an abstraction for SQLite's savepoint-based nested transactions. This release candidate also includes several minor backwards incompatible changes, such as updated upsert behavior and a change in the default floating point column type.

Developers using sqlite-utils gain new capabilities for managing database schema changes and handling complex transaction logic.

sqlitepythondatabasemigrations
simonwillison.net
sqlite-utils 4.0rc1 adds migrations and nested transactions
Vercel CLI now supports signing blob URLs
#2 / TOP STORY
VercelFREE

Vercel CLI now supports signing blob URLs

The Vercel CLI has been updated to include support for signing blob URLs. This new functionality is now available within the command-line interface for Vercel users.

aigest · daily

Get this every morning.

One email. The signal. Built for builders.

Free · Unsubscribe in one click · No trackers

// Yesterday1 story