
CYBERSECURITY
FEATURED ANALYSIS
Choosing the Best Join Strategy in Prisma ORM: join vs query
SOURCE
Prisma Blog
DATE
READ
1 min read
Prisma ORM loads relations with database-level joins (a single SQL query with JSON aggregation) or application-level joins (one query per table). Learn how both work and when to use which.
Prisma ORM loads relations with database-level joins (a single SQL query with JSON aggregation) or application-level joins (one query per table). Learn how both work and when to use which.