NestJs Full Course -9: Many To Many Relationships with Type ORM

Поделиться
HTML-код
  • Опубликовано: 9 окт 2024
  • Dive deeper into the world of NestJS and TypeORM with this comprehensive tutorial on Many To Many relationships. Learn how to effectively model and manage complex data structures where multiple entities can be associated with each other.
    This video will cover:
    Understanding Many To Many relationships and their use cases
    Implementing Many To Many relationships using TypeORM
    Best practices for handling data integrity and performance
    Real-world examples and code demonstrations
    Whether you're a beginner or experienced developer, this video will equip you with the knowledge to build robust and scalable applications using NestJS and TypeORM.
    Don't miss out on this essential part of the NestJS Full Course!
    #typeorm, #node.js, #typescript, #programming, #webdevelopment]
    GitHub Repo(Please Give It a Star⭐ on GitHub): github.com/vah...
    Join this channel to get access to perks:
    / @sakuradev

Комментарии • 12

  • @andrejkling3886
    @andrejkling3886 2 месяца назад +1

    Thank you so much 💯

    • @SakuraDev
      @SakuraDev  2 месяца назад +1

      Thank a lot for your constant support

  • @Deus-lo-Vuilt
    @Deus-lo-Vuilt 2 месяца назад +1

    wow , nice content , like and sub

    • @SakuraDev
      @SakuraDev  2 месяца назад

      Thanks for the visit and welcome to this channel ❤️🔥

  • @lingadurai5805
    @lingadurai5805 Месяц назад

    Tqsm nanba💙

    • @SakuraDev
      @SakuraDev  Месяц назад

      Thanks for your support 🔥🙏

  • @mahamathassan6153
    @mahamathassan6153 2 месяца назад

    Thank you for your effort , but I have a question can I create a many-to-many without creating the one-to-many first??
    what if I only have many-to-many relation!!

    • @SakuraDev
      @SakuraDev  2 месяца назад +1

      Thanks. No, you cannot create a many-to-many relationship without the joint table, but type orm and prisma abstract away creating the joint table

  • @yeickoncardozo3446
    @yeickoncardozo3446 2 месяца назад

    What is your extension for the letters to look like this?

    • @SakuraDev
      @SakuraDev  2 месяца назад

      Hi, Set Thease Setting:
      "editor.fontFamily": "JetBrains mono light",
      "editor.fontLigatures": true,

  • @onlyman3746
    @onlyman3746 2 месяца назад

    Don’t use typeorm, this orm is not secure use drizzle orm is better

    • @SakuraDev
      @SakuraDev  2 месяца назад +1

      In this course we will use Drizzle ORM as well