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.
- Host: GitHub
- URL: https://github.com/prisma/prisma-atlas
- Owner: prisma
- Created: 2024-12-10T08:58:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T08:22:21.000Z (over 1 year ago)
- Last Synced: 2026-01-15T15:38:23.308Z (5 months ago)
- Language: HCL
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).