Zero-cost Type Safety for your Database with Prisma
June 28, 2023
10:10
Hall B
English | Intermediate
TypeScript is becoming the predominant way to build Node.js applications. However, when it comes to the database, traditional ORMs lag behind with the type-safety guarantees they can provide.
In this talk, I'll explain how Prisma helps developers be more confident and more productive thanks to its extensive type-safety guarantees. Prisma has been built from the ground-up with TypeScript in mind. It uses code generation to enable a zero-cost type-safety approach that lets developers benefit from TypeScript without worrying about type definitions for their application models.