Using SQL Queries Directly with Prisma and TypeORMs
Learn how to write SQL query strings directly using Prisma and TypeORMs.
We'll cover the following
Introduction
ORMs are very handy because they write SQL queries behind the scenes. We may sometimes want to write this query ourselves, for one or several reasons. In this lesson, we’ll take a deep dive into how to achieve this with the ORM libraries we’ve discussed so far.
Prisma
Get hands-on with 1400+ tech skills courses.