cotalks.dev
Login
Prisma Guides
2021
Videos
1 — Prisma & PlanetScale Best Practices
2 — Using the Prisma Data Proxy with Vercel, Prisma, Next.js, and PostgreSQL
3 — Going Fully Serverless: migrating a live Prisma project from MySQL to PlanetScale with zero downtime
4 — How to create a PostgreSQL Database with Prisma's Data Platform
5 — How to Use Cascading Deletes
6 — Using JSON Filtering
7 — Using the Prisma DB Pull Command
8 — Getting Counts on Relations with Prisma Client
9 — Ordering By Relation Aggregates with Prisma Client
10 — How To Choose a Database for your App
11 — Prisma - The Easiest Way to Work with a Database in Next.js (UPDATED)
12 — Deploying a Prisma app to Vercel and setting up connection pooling with PgBouncer
13 — Seeding Databases with Prisma
14 — Changes to the @prisma/cli Package
15 — Bulk Inserting Data with Prisma's createMany Method
16 — Changes to the default mapping of Float in Prisma 2.17.0
17 — Prisma - The Easiest Way to Work with a Database in Next.js
18 — Upgrading to Prisma Migrate Preview from the Experimental version
19 — Using Prisma's Group By Feature