---
title: "Getting Started: Prisma and Doltgres"
url: https://daily.dev/posts/getting-started-prisma-and-doltgres-7e2mbjfuy
source_url: https://dolthub.com/blog/2026-04-06-doltgresql-prisma
type: article
source: "DoltHub Blog"
published: 2026-05-31T07:48:55.593Z
updated: 2026-05-31T09:35:56.173Z
tags: ["typescript", "postgresql", "version-control", "prisma"]
reading_time: 14
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started: Prisma and Doltgres

**[DoltHub Blog](https://daily.dev/sources/dolthub-blog)** · 14 min read · 0 upvotes · 0 comments

## Summary

A step-by-step guide to using Prisma ORM with Doltgres, a version-controlled PostgreSQL-compatible database. Covers installation, project setup, schema definition, migrations, seeding, and Doltgres-specific version control features including commits, branching, merging, diffs, and hard resets to recover from mistakes like accidentally dropped tables. Includes working TypeScript code samples and a GitHub demo repo.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://dolthub.com/blog/2026-04-06-doltgresql-prisma>

---

Tags: [#typescript](https://daily.dev/tags/typescript), [#postgresql](https://daily.dev/tags/postgresql), [#version-control](https://daily.dev/tags/version-control), [#prisma](https://daily.dev/tags/prisma)

[View this post on daily.dev](https://daily.dev/posts/getting-started-prisma-and-doltgres-7e2mbjfuy)
