Prisma 4.3.0 takes 100x more time to generate types
See original GitHub issueBug description
V. 4.3.0
V.4.2.1
How to reproduce
- Generate Prisma type
Expected behavior
- Generate Prisma type time should be the same
Prisma information
Environment & setup
- OS: Mac OS, Ubuntu
- Database: PostgreSQL
- Node.js version: 16
Prisma Version
4.3.0
Issue Analytics
- State:
- Created a year ago
- Reactions:10
- Comments:18 (6 by maintainers)
Top Results From Across the Web
Prisma 4.3.1 Release - GitClear
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB.
Read more >Advanced type safety (Reference) - Prisma
Prisma Client provides full type safety for queries, even for partial queries or included relations. This page explains how to leverage the generated...
Read more >@prisma/client - NPM Package Overview - Socket - Socket.dev
Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js ... Prisma 4.3.0 takes 100x more time to generate types.
Read more >Highlights - FeedsAnywhere
You can read more details about it in this GitHub comment. ... Fixes in Prisma CLI. Prisma 4.3.0 takes 100x more time to...
Read more >prisma - npm
Latest version: 4.8.0, last published: 2 days ago. Start using prisma in your project by running `npm i prisma`.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey everyone! Fix is now have been merged into
main
branch. It will be released with 4.3.1 later today. If you are experiencing this issue, I’d suggest you hold off 4.3 update until patch is released. Alternatively, you can verify that the fix is working for you by using dev snapshot version4.4.0-dev.14
, but we do not recommend using dev versions in production.@annibuliful may I suggest you update the title to say
Prisma 4.3.0 takes 100x more time to generate types
, the title as it is does not do justice to the severity of this issue