Markets
DoltHub Shipped a Version-Controlled SQLite Fork Built in About 2,000 Agent Pull Requests Over Five Months
DoltLite reached Beta at v0.50.0 on August 31, replacing SQLite's B-tree storage with a Prolly Tree over a single-file chunk store so an embedded database gets Git-style branch, merge, diff and conflict-aware sync while keeping SQLite's SQL engine. Tim Sehn's post frames the project as an agent-team experiment: "It only took about 2,000 pull requests but DoltLite going Beta proves a team of agents certainly could," with Steve Yegge's Gas Town orchestrator used in testing. The repo was created 2026-03-13 and sits at 232 stars, and the published benchmarks are honest about the cost: 10% slower reads and 60% slower writes in-memory, read parity file-backed, and 3.1x slower autocommit writes.
Source
↳ Follow the thread