Completed
- User Model
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Prisma Crash Course
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro & What Is Prisma?
- 2 - What Is Data Modeling?
- 3 - Getting Started
- 4 - The Schema File
- 5 - User Model
- 6 - Article Model
- 7 - Running Migrations
- 8 - Using The Prisma Client
- 9 - main Function
- 10 - Create a User
- 11 - Get Users
- 12 - Create Article & Relate User
- 13 - Create User & Article With One Query
- 14 - Loop Through Users & Articles
- 15 - Update Data
- 16 - Remove Data
- 17 - Prisma Studio GUI