Understand Prisma

This chapter explains the most important concepts and mental models to be aware of when working with Prisma.

PageDescription
Prisma Introduction: What, Why & HowLearn about Prisma's main features, use cases and how it fits into your architecture.
Prisma Basics: Server, Services & Data ModelLearn about the concepts you'll be working with on a daily basis when using Prisma.
Introduction to GraphQL Server DevelopmentLearn how GraphQL servers are built. (Only relevant if you have no experience with building GraphQL servers).
Building GraphQL Servers with Prisma BindingsLearn how to build a GraphQL server that uses Prisma as its data access layer.