David Hancu
David Hancu
Hi @ellieot! I've recently launched Prisma Util and what you're asking is currently a proposal. Maybe you can help with suggesting a format at our issue? Prisma Util does a...
Just a quick update for the YAML proposal in Prisma Util: It's confirmed to come for v1.4.0.
Hi @kdy1! If this still needs attention, I'd be willing to work on it. I've already implemented the TypeScript Module Resolution system before (for my Turboprisma project), so it should...
> We should test `prisma-client-js generator` with > - no custom output > - custom output I've already tested this manually and implemented a `filterDuplicates` function that ensures that all...
> What about adding a `-v` output to the end of the Ecosystem Tests runs of https://github.com/prisma/ecosystem-tests/tree/dev/packagers? That would be a good visual confirmation (potentially with no assertion, but better...
Hello @notadamking! Thank you for this suggestion. I'm happy to tell you that this will be implemented in my Rust rewrite of Prisma Util, [Turboprisma](https://github.com/DavidHancu/turboprisma). I plan on deprecating Prisma...
Of course, that is also planned, including the ability to define custom attribute and validators plus real-time database listeners and refined types. I'm also getting ready for the next release,...
Well, the migration part should be released in about ~4-5 days. After that, I estimate about a week or so for developing model inheritance. I think that it would be...
Test builds will also be available once the new Turboprisma Version Manager is released, so I can enable telemetry for those releases for feedback purposes.
Hi @notadamking! I apologize for the delay. We've had some issues with the type generation for Data Migrations and had to rewrite our implementation. But now it works and is...