

DoltLite
Like
A SQLite fork that replaces the B-tree storage engine with a content-addressed prolly tree, giving Git-like version control on a SQL database. The parser, planner, and VDBE stay upstream-derived above SQLite's btree.
Cost / License
- Free
- Open Source (Apache-2.0)
Platforms
- Mac
- Linux
- Windows
- SQLite
- Self-Hosted
Features
- Embeddable
- Relational Database
- SQLite
- Version Control Integration
DoltLite News & Activities
Highlights All activities
Recent activities
- POX added DoltLite as alternative to PostgreSQL, MySQL Community Edition, MariaDB and MongoDB
- POX added DoltLite
DoltLite information
No comments or reviews, maybe you want to be first?
What is DoltLite?
A SQLite fork that replaces the B-tree storage engine with a content-addressed prolly tree, giving Git-like version control on a SQL database. The parser, planner, and VDBE stay upstream-derived above SQLite's btree.h seam; below it, a single-file chunk store backs prolly trees instead of SQLite pages.
Why DoltLite? DoltLite can be embedded in any language enabling local-first use cases for Dolt.


