Using SQL Queries Directly with Prisma and TypeORMs

Learn how to write SQL query strings directly using Prisma and TypeORMs.

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 1200+ tech skills courses.