Getting up and running with TypeScript and Prisma

preview_player
Показать описание
Getting started with Prisma is super simple and only takes five minutes! In this video, you'll walk through all the steps needed to set up and begin building a new TypeScript project with Prisma.

——————————————————

📚 Learn more about Prisma

——————————————————

❓ Get help with Prisma issues

——————————————————

💬 Follow Prisma on social media

——————————————————

🔠Professional captions for your technical videos

——————————————————

✅ Subscribe to Prisma's YouTube channel
Рекомендации по теме
Комментарии
Автор

Loved how short and sweet this tutorial was. Thank you!

PRonYouTube
Автор

Nice, I didn't see a Prisma process being required like in Prisma 1 & 2. Does it run directly in the node runtime?

julianfranco
Автор

After I change the model, what can I do next ? New migration ? What if I need 5 time to change the schema file ? Answer please 🙏

eriscrypt
Автор

just casually flexing with a console.table that i had no idea it existed, Great Tutorial Guys !

haidarezio
Автор

How to get postgres url for db connection in cloud ?

prathimakanadam
Автор

no way it so quick, now how to add nest?

koi
Автор

Where exactly are you integrating typescript with prisma here?

nachomartingonzalez
Автор

Idk what happened at 1:50, you made a change to the database_url but didn't really show it. I am having a weird connection error: User `johndoe` was denied access on the database `mydb.public`

sneakywalrus_