Welcome

👋 Welcome to the A Practical Introduction to Prisma workshop at Prisma Day 2020.

Resources

This Notion document

[<https://pris.ly/a-practical-introduction-prisma-21>](<https://pris.ly/a-practical-introduction-prisma-21>)

Zoom webinar

https://prisma.zoom.us/s/99065084573?pwd=bVNWTmVQdDM5UklNUzNZQnJBUUNKQT09

GitHub starter project

https://github.com/nikolasburk/prisma-day-2020

Prerequisites

In order to successfully complete the tasks in the workshop, you should have:

That's it 🙌(no prior knowledge about Prisma is required)

What you'll do

In this workshop, you'll learn about various workflows that are useful to know when using Prisma.

You'll start by setting up Prisma, connecting it to your database and introspecting the database schema to generate your Prisma data model (lesson 1).

Then, you'll learn about Prisma Client, a type-safe query builder that can be used to query your database. You're going to explore various queries, from plain CRUD, to relation queries, to using Prisma Client for sending plain SQL statements (lesson 2).

In the last section, you'll learn about important data modeling techniques when using relations with Prisma (lesson 3).

Agenda