Understand Prisma
This chapter explains the most important concepts and mental models to be aware of when working with Prisma.
Page | Description |
---|---|
Prisma Introduction: What, Why & How | Learn about Prisma's main features, use cases and how it fits into your architecture. |
Prisma Basics: Server, Services & Data Model | Learn about the concepts you'll be working with on a daily basis when using Prisma. |
Introduction to GraphQL Server Development | Learn how GraphQL servers are built. (Only relevant if you have no experience with building GraphQL servers). |
Building GraphQL Servers with Prisma Bindings | Learn how to build a GraphQL server that uses Prisma as its data access layer. |