dolthub/dolt
Dolt – Git for Data observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 86
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 2
- age_days: 2597
- days_rel: 14
- days_push: 7
- n_releases_24m: 216
Adoption not part of the score
24278 stars · 867 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Dolt is a version-controlled SQL database that lets you branch, merge, clone, push, and pull data like a Git repository. It exposes a MySQL-compatible server and a Git-like CLI, making it useful for collaborative data workflows and AI agent memory.
Use cases
- version control a sql database with branches and merges
- collaborate on datasets like git repositories
- import csv files into a versioned database
- store memory for ai agents across multi-machine workflows
- run a mysql-compatible database with commit history
- diff and audit changes to table data over time
When to choose
- you want git-style branching and merging for structured data
- you need auditable, immutable history of database changes
- you're building multi-agent systems that need shared, versioned memory
- you want to share datasets publicly with clone/pull semantics
When to avoid
- you need a high-throughput OLTP database without versioning overhead
- you rely on MySQL/Postgres features Dolt doesn't support yet
- you need mature Postgres compatibility (use Doltgres, still beta)
- your workload is write-heavy with no need for data history
Facets
application · maturity active
database version-control cli http-server developer-tools databases version-control developer-tools windows cli go self-hosted git-for-data sql mysql-compatible data-versioning branching-database agent-memory csv-import data-engineering ai-agents linux macos docker
2 sources
- readme: https://github.com/dolthub/dolt · fetched 2026-08-28 · ce35437b73ca
- homepage: https://www.dolthub.com · fetched 2026-08-29 · 0ef7b310db18
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dolthub/dolt | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem