# Showcase of Neon Branching to Run Prisma Migrations on Postgres

DevFeed: [Showcase of Neon Branching to Run Prisma Migrations on Postgres](<https://devfeed.tech/articles/showcase-of-neon-branching-to-run-prisma-migrations-on-postgres-5747.md>)

Original publisher: [Read original article](<https://neon.com/blog/prisma-day-talk>)

Author: Nikita Shamgunov

Published: 2022-06-30T11:39:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Database](<https://devfeed.tech/topics/database.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [demo](<https://devfeed.tech/tags/demo.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [migration](<https://devfeed.tech/tags/migration.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

A presentation demonstrates Neon's developer experience, storage-compute separation, serverless Postgres, and database branching. It shows a workflow using Neon, Vercel, Prisma, and GitHub Actions to test a migration in a database branch before applying it to production.

## Source excerpt

In this presentation we demonstrate our focus on developer experience (DevX) at Neon. You will learn about Neon architecture of separation of storage and compute, how it allows for serverless Postgres, and the unique ability of Neon to create database branches. We put it all toge...