Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 695 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 695 Bytes

Atlas + Prisma ORM Example

Atlas is a powerful data modeling and migrations tool that enables advanced database schema management workflows, like CI/CD integrations, schema monitoring, versioning, and more.

This repo demonstrates how to make use of Atlas advanced schema management and migration workflows by replacing Prisma Migrate with it. That way, you can still use Prisma ORM's intuitive data model and type-safe query capabilities while taking advantage of the enhanced migration capabilities provided by Atlas.

If you want to learn more, check out the full tutorial.