featured courses bg

Prisma vs Drizzle: Comparing the Top Type-Safe ORMs

Prisma vs Drizzle

Handling Relations with Drizzle

ryan

RyanChenkie

Full Stack Instructor

hero grid

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.

Prisma vs Drizzle: Comparing the Top Type-Safe ORMs

Lesson write-up coming soon