|
Hello, I am the maintainer of another ORM, https://gitHub.com/alfateam/orange-orm .
I was wondering if number 2 is violating the license terms. |
Replies: 1 comment 1 reply
|
Hey @lroal, Prisma uses Apache 2.0, so pretty much anything goes: https://github.com/prisma/prisma?tab=Apache-2.0-1-ov-file#readme We're excited that you see Prisma as a good option for migrations. Generating the Prisma schema is definitely the faster approach, but integration with our migration tooling under the hood can possibly create a better DX. I am not sure how easy it will be to adapt what you already have to talk to Prisma though, so if I was you I would make sure to use the correct abstraction level. Let us know if you run into any trouble, and we'll try to help. |
Hey @lroal, Prisma uses Apache 2.0, so pretty much anything goes: https://github.com/prisma/prisma?tab=Apache-2.0-1-ov-file#readme We're excited that you see Prisma as a good option for migrations.
Generating the Prisma schema is definitely the faster approach, but integration with our migration tooling under the hood can possibly create a better DX. I am not sure how easy it will be to adapt what you already have to talk to Prisma though, so if I was you I would make sure to use the correct abstraction level.
Let us know if you run into any trouble, and we'll try to help.