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
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.Row-Level Security
Apply RLS policies to safeguard data in your Prisma schema.
Partial Indexes
Optimize queries with partial indexes in your Prisma schema.
Vector Index
Use vector indexes to speed up similarity searches in your Prisma schema.
Triggers
Implement database triggers in your Prisma ORM projects with Atlas.