filmov
tv
Prisma vs Drizzle: Handling Relations with Drizzle
Показать описание
Using Drizzle, we can query for data related to a given table just by using one of the join operators if we're using its SQL-like syntax. We can also set up our Drizzle schema to have relations be explicitly defined so that we can bring related data together when using the relational query API. Let's take a look at the options in this lesson.