Prisma ORM migrating from Rust to TypeScript

by morteifyon 12/3/24, 2:26 PMwith 1 comments
by morteifyon 12/3/24, 2:26 PM

According to the announcement:

> Prisma’s architecture has historically limited community contributions. Core functionality—such as query parsing, validation, and execution—has been managed by our Rust engine, which has been opaque to our TypeScript-focused community. Expanding capabilities or fixing core issues often fell solely to our team.

> We’re addressing this by migrating Prisma’s core logic from Rust to TypeScript and redesigning the ORM to make customization and extension easier.