Skip to main content

Automatic migration planning for Prisma

Prisma is a popular, open-source ORM for TypeScript and Node.js. Developers using Prisma to build their applications can use Atlas to manage their database schema, covering advanced use cases not supported by Prisma's native migrate command.

Quick Start

arrow-right.svg's image

Get started with Atlas and Prisma.

Managing Database Objects

Like many ORMs, Prisma provides a way to define the most common database objects, such as tables, columns, and indexes using its schema language. Atlas extends this capability by allowing you to define more advanced database objects such as composite types, domain types, and triggers.Understand the scenarios where Atlas provides advantages over Prisma's native migration tool.