YassinEldeeb / create-prisma-generator

Get started developing your own ◭ Prisma generator by running a single command.
MIT License
182 stars 7 forks source link

add Prisma version warning to README #320

Closed jedwards1211 closed 1 year ago

jedwards1211 commented 1 year ago

I wish I had known it doesn't support Prisma 4 yet before I got started...

YassinEldeeb commented 1 year ago

Hey, sorry about that, unfortunately I haven't had the time to add support for Prisma v4, but it shouldn't be hard. If you can fix it locally, then you it becomes very easy to fix it in the create-prisma-generator, I will provide the steps needed and coordinate with you if needed. Fixing this in your local would ultimately fix it for everyone using this CLI, and I and many people would really appreciate your efforts.

jedwards1211 commented 1 year ago

Well I was investigating making a custom generator, but my boss decided on another approach for now…if we come back to it I’ll try to get this !