Introduction
Prisma helps you talk to your database without mistakes by checking your code types. This means fewer bugs and easier coding.
When you want to avoid errors caused by wrong database queries.
When you want your code editor to help you write database code correctly.
When you want to catch mistakes before running your app.
When you want clear and easy-to-read database code.
When you want to speed up development with helpful code suggestions.