Prisma is an incredibly popular ORM and for good reason. It is feature rich, type safe, and built on modern JavaScript concepts.
The only downside is it is quite complicated to learn at first which is where this video comes in. I will be teaching you everything you need to know to get up and running with Prisma in just 60 minutes.
00:00 - Introduction
01:12 - Project Setup
02:35 - Prisma Setup
06:38 - Basic Prisma Model Setup
07:56 - Prisma Migration Basics
09:11 - Prisma Client Basics
14:10 - Datasources and Generators
15:12 - Model Fields
19:19 - Model Relationships
26:16 - Model Attributes
29:55 - Enums
32:40 - Client Create Operations
40:15 - Client Read Operations
45:11 - Advanced Filtering
49:28 - Relationship Filtering
52:07 - Client Update Operations
55:02 - Connect Existing Relationships
57:52 - Client Delete Operations