A practical introduction to Prisma 2.0 workshop - Nikolas Burk @ Prisma Day 2020

preview_player
Показать описание
The workshop was streamed on #PrismaDay | June 25th, 2020

Prisma Day is a community-focused online conference on modern application development and databases.

Learn more about Prisma:

Рекомендации по теме
Комментарии
Автор

Thank you guys for creating these wonderful tools!

PaulSebastianM
Автор

Nice introduction. I have 2 questions.
1) Is it possible to increment. For example if i want to count all the user posts. Do I have to query first the old value and then add plus 1?
2) Is it possible to connect and directly change fields in the new connection? Or do I have to await for the new connection and then make an update on the connection?

tolz
Автор

Is there any link to the Notion document?

hundsim