Prisma
Prisma is an open-source database toolkit developed to make it easier to work with databases in modern applications.
- Prisma Client: An auto-generated and type-safe query builder for Node.js & TypeScript.
- Prisma Migrate: A declarative data modeling & migration system.
- Prisma Studio: A modern database IDE where you can view and edit data in your database.
- Prisma Accelerate
ORM stands for Object-Relational Mapping. This programming technique allows developers to manage a database like JavaScript objects, making interacting with the database easier.