Prisma learning resources
Prisma is an open-source database toolkit that includes an Object-Relational Mapping (ORM) system, making it easier for developers to interact with their databases by providing a high-level API for querying and managing data.
Tutorials and Courses
Section titled βTutorials and CoursesβPlaygrounds
Section titled βPlaygroundsβ- Prisma Playground - learn how to use Prisma Client and Prisma Migrate to manage your database structure and queries
- Prisma Editor - visualize the connections between your models directly from your schema.
- Prisma Builder - Generate your schema using an intuitive GUI, and visualize your table structures.
- PrismaGPT - Upload your schema then use AI to query and update your database π