Software Engineering Daily

Software Engineering Daily


Prisma: Modern Database Tooling with Johannes Schickling

June 04, 2020

A frontend developer issuing a query to a backend server typically requires the developer to issue that query through an ORM or a raw database query. Prisma is an alternative to both of these data access patterns, allowing for easier database access through auto-generated, type-safe query building tailored to an existing database schema. By integrating