Concepts
The concepts section of the documentation is a collection of topics that aim to expand upon and give explanation to, the different components that make up the Prisma ORM.
The topics are organized into the following categories:
- Overview
- Components
- Prisma schema
- Prisma Client
- Working with PrismaClient
- CRUD
- Select fields
- Relation queries
- Filtering and Sorting
- Working with fields
- Advanced type safety
- Extensions
- Middleware
- Pagination
- Aggregation, grouping, and summarizing
- Composite types
- Transactions and batch queries
- Full-text search
- Custom validation
- Computed fields
- Excluding fields
- Custom models
- Read replicas
- Case sensitivity
- Null and undefined
- Raw database access
- Debugging
- Module bundlers
- Database polyfills
- Handling exceptions and errors
- Metrics
- OpenTelemetry tracing
- Prisma Migrate
- Introspection
- Prisma CLI
- Prisma Studio
- Prisma engines
- Preview features
- Database drivers
- Database connectors
- More