NestJs Full Course -7: One To One Relations

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.พ. 2025
  • Conquer One-to-One Relationships in NestJS!
    This video is your one-stop guide to mastering One-to-One relationships in NestJS. We'll break down everything you need to know, from setting them up to entity mapping strategies.
    In this video, you'll learn:
    1- How to configure One-to-One relationships in NestJS
    2- Entity mapping best practices
    3- Database relationship management techniques
    4- Level up your NestJS skills and become a database relationship pro!
    5- Data Consistency
    Don't forget to like this video and subscribe for more NestJS tutorials! Let me know in the comments what other NestJS topics you'd like to see covered.
    GitHub Repo(Please Give It a Star⭐ on GitHub): github.com/vah...
    Join this channel to get access to perks:
    / @sakuradev

ความคิดเห็น • 11

  • @AhmedMansour-tg5ez
    @AhmedMansour-tg5ez 24 วันที่ผ่านมา

    Apprecitaed the effort as always
    Hope you keep going on with that dedication : )

    • @SakuraDev
      @SakuraDev  24 วันที่ผ่านมา

      Thank you for your support. I'm glad you enjoy the content!

  • @Mahadev-x7u
    @Mahadev-x7u 6 หลายเดือนก่อน +2

    Thank you so very much for such amazing Gift 🎁 🙏❤️🙏

    • @SakuraDev
      @SakuraDev  6 หลายเดือนก่อน +2

      You are so welcome ❤️❤️, I am really glad that you like this series

    • @Mahadev-x7u
      @Mahadev-x7u 6 หลายเดือนก่อน +1

      @@SakuraDev 🙏❤️🙏 just check out please sound in this video…. Looks very low

  • @lingadurai5805
    @lingadurai5805 5 หลายเดือนก่อน

    Thank you so much 💙

    • @SakuraDev
      @SakuraDev  5 หลายเดือนก่อน

      You're welcome 😊

  • @PiotrG1337
    @PiotrG1337 หลายเดือนก่อน

    Just going through these now, thank you for your time in making this!
    Small question: why have this propertyFeature entity if the fields on it could easily just be put onto the property entity? Was it just to illustrate 1-to-1? If so, then maybe a better example would have been clearer.

    • @SakuraDev
      @SakuraDev  หลายเดือนก่อน +1

      Thanks 🙏. In such a situation, we usually put property features in a separate table because not all properties might have property features. So if we put them in one table, the table might have many records with null values. So this is one reason for that. Although we have several other reasons to have a one to one relationship. Hope this makes sense to you. Thanks for your comment and I would be happy if you subscribe to my channel for more content.

    • @PiotrG1337
      @PiotrG1337 หลายเดือนก่อน

      @@SakuraDev That makes sense, to avoid many null columns. Thank you for the reply!

    • @SakuraDev
      @SakuraDev  หลายเดือนก่อน

      @PiotrG1337 🙏🌹