NestJS Prisma Tutorial

Sdílet
Vložit
  • čas přidán 21. 10. 2023
  • In this video we setup Prisma in our NestJS microservices application.
    --------------------------------------------------
    Recommended Udemy courses
    --------------------------------------------------
    NestJS - Zero to Hero: tinyurl.com/3rxsz669
    React - The Complete Guide: tinyurl.com/2t6v5yeu
    Angular - The Complete Guide: tinyurl.com/4h5rmpsj
    React Native - The Practical Guide: tinyurl.com/3wzmdzht
    Docker Mastery (with Kubernetes + Swarm): tinyurl.com/yeymdnhn
    GitHub Code: github.com/Jon-Peppinck/nestj...

Komentáře • 19

  • @yellowclaws8422
    @yellowclaws8422 Před 6 měsíci +1

    You're the best buddy!! Great content!!

    • @JonPeppinck
      @JonPeppinck  Před 6 měsíci

      Thanks so much, glad it was helpful!

  • @ramtripathi1830
    @ramtripathi1830 Před 8 měsíci +1

    Very nice, and informative.

  • @lightyagami4667
    @lightyagami4667 Před 5 měsíci +1

    Hey buddy just discovered your channel.
    It's just next level content on CZcams.
    If possible
    In your free time can you make a nest js, nextjs,rabbit mq etc.. Major project.

  • @7doors847
    @7doors847 Před 6 měsíci +1

    Very nice channel and content! 👌
    Subbed 🤘

  • @akhil0227
    @akhil0227 Před 8 měsíci +1

    Does prisma provide subscription? In typeorm we can provide real time updates from database via subscribe. Is that feature available in prisma?

    • @JonPeppinck
      @JonPeppinck  Před 8 měsíci

      That is a good question and point. There is Prisma Pulse that has just been released which is meant to do this. Although I haven't used it. If you need the entity listeners such as after insert or before remove, the suggestion is to create some small helper functions and/or middleware. I came across a guide on Prisma that I found by searching 'Prisma migrate from typeORM' which goes in to better detail than I can here specifically for TypeORM users.

  • @s1dev
    @s1dev Před 8 měsíci +1

    cool I hope you bring in more nestjs videos, more on the hard stuff, design pattens. websockets etc...

    • @JonPeppinck
      @JonPeppinck  Před 8 měsíci

      Thanks s1dev, I do have some more advanced tutorials planned with NestJS. Cheers!

    • @s1dev
      @s1dev Před 8 měsíci

      awesome!!! caching, kafka, rabbitmq, these are the things basic tuts don't usually get into!@@JonPeppinck

  • @tombane7024
    @tombane7024 Před 8 měsíci +1

    awesome 👍

  • @daresamiuel
    @daresamiuel Před 8 měsíci +1

    Awesome video, thanks for everything you do for us... Please a quick question can prisma be use for multiple databases connection and if yes how is that possible?

    • @JonPeppinck
      @JonPeppinck  Před 8 měsíci

      Thanks so much! Yes that is possible. To do that you need to create multiple prisma.schema files with your database connection details. Then when you import it you can give it an alias to distinguish between the two.

    • @JonPeppinck
      @JonPeppinck  Před 8 měsíci +1

      For more details check out issue 2443 issuecomment-630679118 on Prisma's GH repo.

  • @user-uk1ii8it2l
    @user-uk1ii8it2l Před 8 měsíci

    Nice video
    Can u create video now about nginx on top of this
    Well done
    Can we donate somehow?

    • @JonPeppinck
      @JonPeppinck  Před 8 měsíci +1

      Thanks so much for your support!
      I've recently turned out 'super thanks' although I believe you need to be on a mobile device to see it. It is a button from within the comment section of a video.
      Sure, I would be interested in integrating nginx into the application.
      Much appreciated!