DoltLite Beta: SQLite Fork with Git-Style Versioning via Prolly Trees
August 31, 2026
DoltLite is a SQLite fork that replaces the B-tree layer with content-addressed Prolly Trees and a single-file chunk store. This architecture enables Git-style version control for embedded SQL databases while maintaining the standard SQLite parser and analyzer.
HOW THIS AFFECTS YOU
●
builderYou can now implement versioned data workflows in embedded environments using a familiar SQL interface.