From 063693aae5d3d22e8c71b951591bbd23bfbf293f Mon Sep 17 00:00:00 2001 From: Arthur Gamby Date: Mon, 15 Dec 2025 16:56:08 +0100 Subject: [PATCH] docs(get-started): add youtube video to get started ppg guide --- .../100-quickstart/100-prisma-postgres.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx b/content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx index 16e4365dad..91b1eab1d8 100644 --- a/content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx +++ b/content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx @@ -13,6 +13,22 @@ import NextSteps from '../../_components/_next-steps.mdx' [Prisma Postgres](/postgres) is a fully managed PostgreSQL database that scales to zero and integrates smoothly with both Prisma ORM and Prisma Studio. In this guide, you will learn how to set up a new TypeScript project from scratch, connect it to Prisma Postgres using Prisma ORM, and generate a Prisma Client for easy, type-safe access to your database. +## Video Tutorial + +Watch this step-by-step walkthrough showing this quickstart in action: + +
+ +
+ ## Prerequisites