HomePeopleCompaniesAI ModelsOpen SourceAgentsResearchApps
AllModelsInferenceToolingImage and Video
Open SourceTooling 1 Sep 2026 HN

DoltLite Beta: A SQLite Fork with Git-Style Version Control, Built with 2k Agent PRs

TLDR

DoltLite has reached Beta (v0.50.0) after roughly 2,000 pull requests over five months, adding Git-style branching, merging, and conflict resolution to SQLite. It passes 99.46% of SQLite's compatibility tests by replacing the B-tree layer with a Prolly Tree structure that enables versioning. Storage format is now stable, and the project supports sync with DoltHub.

Read the original