Removed Rust to Gain Speed
9 days ago
- #ORM
- #Prisma
- #Postgres
- Latest release of Prisma ORM and Prisma Postgres announced.
- Focus on simplifying and speeding up application development with Prisma.
- Prisma ORM's vision for the future published in December 2024.
- Launch of Prisma Postgres, a managed Postgres offering.
- Migration of Prisma Client from Rust to TypeScript for better performance and flexibility.
- Benefits of Rust-free client include smaller bundle size, faster query execution, and simpler deployments.
- Generated artifacts now placed in project source code instead of node_modules.
- Introduction of a new Prisma config file for dynamic project configuration.
- Improvements in type-safety with fewer and faster types.
- Prisma Postgres built for speed and simplicity, with standard Postgres connection protocol.
- Additional updates include mapped enums, updated Node and TypeScript requirements, and new Prisma Studio.
- Community feedback and contributions highlighted as key to development.