DoltLite icon
DoltLite icon

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.

Cost / License

Platforms

  • Mac
  • Linux
  • Windows
  • SQLite
  • Self-Hosted
0likes
0comments
0articles

Features

  1.  Embeddable
  2.  Relational Database
  3.  SQLite
  4.  Version Control Integration

DoltLite News & Activities

Highlights All activities

Recent activities

DoltLite information

  • Developed by

    US flagDoltHub
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    51 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  235 Stars
  •  16 Forks
  •  27 Open Issues
  •   Updated  
View on GitHub
DoltLite was added to AlternativeTo by Paul on and this page was last updated .
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.

Official Links