prisma / migrate

Issues for Prisma Migrate are now tracked at prisma/prisma. This repo was used to track issues for Prisma Migrate Experimental and is now deprecated.
https://www.prisma.io/docs/concepts/components/prisma-migrate
Apache License 2.0
766 stars 22 forks source link

Mirroring Hasura in Auto Migration #611

Closed VienDinhCom closed 3 years ago

VienDinhCom commented 4 years ago

I think Hasura Migration is great. However we must run its graphql-engine to use the migration tool while all we need is just an ORM.

Regarding to Prisma Migration, I think you guys should learn from it.

https://hasura.io/docs/1.0/graphql/core/migrations/index.html

tomhoule commented 3 years ago

We did take this tool into account in the research phase that lead to the preview release of prisma migrate in 2.13.0. Thanks for the resource, and please open more feedback/suggestion issues, we are always glad to read these :)