
CYBERSECURITY
FEATURED ANALYSIS
Database vs Application: Demystifying JOIN Strategies
SOURCE
Prisma Blog
DATE
READ
1 min read
Joining data from multiple tables is a complicated topic. There are two main strategies: database-level and application-level joins. Prisma ORM offers both options. In this article you’ll learn the tradeoffs between the …
Joining data from multiple tables is a complicated topic. There are two main strategies: database-level and application-level joins. Prisma ORM offers both options. In this article you’ll learn the tradeoffs between the two so you can pick the best strategy.