NestJS + Drizzle Deep Dive | Schemas, Relations, Migrations & More
This video teaches how to integrate the popular Drizzle ORM into a NestJS application. By the end, we'll cover everything you need to start with NestJS & Drizzle in your project.
Check out my website for additional monthly exclusive content: https://michaelguay.dev/
GitHub Repository: https://github.com/mguay22/nestjs-drizzle
Drizzle Docs: https://orm.drizzle.team/docs/overview
Timestamps:
00:00:00 Introduction
00:01:30 Setup
00:11:13 Connection
00:26:08 Schema
00:31:05 Migrations
00:36:25 CRUD
00:50:25 One to Many
01:07:11 One To One
01:14:07 Many to Many
01:30:46 Filters
01:37:18 Transactions
01:46:49 Testing