An open API service indexing awesome lists of open source software.

https://github.com/prisma/prisma-atlas

A demo that shows how to use Prisma ORM's data modeling with the Atlas migration system.
https://github.com/prisma/prisma-atlas

Last synced: 5 months ago
JSON representation

A demo that shows how to use Prisma ORM's data modeling with the Atlas migration system.

Awesome Lists containing this project

README

          

# Atlas + Prisma ORM Example

[Atlas](https://atlasgo.io/) 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](https://www.prisma.io/blog/advanced-database-schema-management-with-atlas-and-prisma-orm).