DoltLite, a SQLite fork with Dolt-inspired version control, has surpassed 1,000 merged pull requests in roughly 100 days of development, averaging nearly 12 PRs per day. Built using a multi-agent AI development workflow, it passes 5.7M sqllogictests and ~670,000 SQLite acceptance tests. Performance benchmarks show it is ~5% faster than SQLite on reads and ~40% slower on writes for file-backed databases. Version control functionality is covered by ~2,000 Dolt oracle tests, though the author notes it is the area most likely to have bugs. Early users report it as very stable, and it is positioned as a local-first alternative to Dolt for embedded use cases.
783 Impressions