Want to create an interactive transcript for this episode?
Podcast: Software Engineering Daily
Episode: Prisma: Modern Database Tooling with Johannes Schickling
Description: 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 with Prisma, the developer gets a database client that has query autocompletion, and an API server with less boilerplate code. Prisma also has a system called Prisma Migrate, which simplifies database and schema migrations.Johannes Schickling is CEO of Prisma...