# dolthub/doltgresql

DoltgreSQL - Version Controlled PostgreSQL

Repository: https://github.com/dolthub/doltgresql
Canonical: https://ross.abutalabs.com/products/doltgresql
Language: Go
License: Apache-2.0
License Family: permissive
Topics: database-version-control, git, postgres, postgresql, version-controlled-database
Last push: 2026-08-26T21:04:07+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 77
- inputs: {"age_days": 1090, "days_push": 7, "days_rel": 15, "gap_med": 6, "n_releases_24m": 54}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2103, forks 71 (observed 2026-08-28T04:06:13.751861+00:00)

## What it is
Doltgres is a version-controlled PostgreSQL-compatible SQL database that lets you branch, merge, fork, clone, push, and pull database schema and data like a Git repository. It is built in Go by the creators of Dolt and exposes version control functionality through SQL system tables, functions, and procedures.

## Use cases
- version control for postgres database schema and data
- branch and merge database changes like git
- audit and diff data changes over time
- import an existing postgres database with pg_dump and track its history
- run a postgres-compatible server with git-like workflows
- collaborate on database state across teams with push and pull

## When to choose
- you want git-style branching and merging for a postgres database
- you need data lineage, diffs, and rollback for tables
- you want a postgres wire-compatible database with version control built in

## When to avoid
- you need full postgres feature compatibility in production today
- you need maximum performance without versioning overhead
- you rely on advanced postgres extensions or features not yet implemented

## Facets
- artifact type: application
- maturity: active
- function: database, version-control
- domain: databases, developer-tools, version-control
- platform: windows, go
- tags: postgresql-compatible, git-for-data, branch-and-merge, version-controlled-database, sql-database, sql, linux, macos, docker

## Member repositories
- dolthub/doltgresql (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:13.751861+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:54:14.189593+00:00, confidence not recorded.
  - readme: https://github.com/dolthub/doltgresql (fetched 2026-08-28T04:06:13.751861+00:00, sha dc1d5c310495)
- Data as of 2026-08-30T08:39:29.467469+00:00.
