ENTITY
db.atomic()
db.atomic()
PulseAugur coverage of db.atomic() — every cluster mentioning db.atomic() across labs, papers, and developer communities, ranked by signal.
Total · 30d
0
2 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
0
0 over 90d
TIER MIX · 90D
TOPICS
RECENT · PAGE 1/1 · 2 TOTAL
-
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…
-
sqlite-utils 4.0rc1 adds migrations and nested transactions
Simon Willison has released the first release candidate for sqlite-utils v4, introducing significant new features. The update includes a database migration system, ported from his earlier sqlite-migrate package, which a…