NodeJs Sequelize Migration with PostgreSQL

Sdílet
Vložit
  • čas přidán 8. 09. 2024
  • 🚀 Your Ultimate Guide to Seamless PostgreSQL Migrations! 🔗
    Ready to level up your database game? watch this in-depth Node.js tutorial where we delve into the world of Sequelize and PostgreSQL migrations. Whether you're a seasoned developer or just starting your coding journey, this video will walk you through every step of the migration process, ensuring your data stays organized, efficient, and secure.
    🔑 Key Takeaways:
    - Understand the fundamentals of Sequelize and PostgreSQL
    - Learn how to create, manage, and rollback database migrations
    👩‍💻 Github repository link: github.com/kiz...
    Connect with me on my socials:
    - Github: github.com/kiz...
    - Linkedin: / amaechi-johnkingsley
    - Twitter: / kizito_917
    - Instagram: / kizito917

Komentáře • 40

  • @kaustavtarafdar1784
    @kaustavtarafdar1784 Před měsícem +1

    One of simplest and clearest explanations I've seen

    • @brain_js
      @brain_js  Před měsícem +1

      Thanks mate. I'm glad you found the video useful

  • @uzomanwanne2751
    @uzomanwanne2751 Před 29 dny +1

    Very clear explanations. Thank you.

  • @stanleykelechi7892
    @stanleykelechi7892 Před měsícem

    awesome video. Much love from Enugu

  • @kingsleywilliams7940
    @kingsleywilliams7940 Před 11 měsíci +1

    Thank you for this video. I am now able to understand migration properly 🙌

  • @onuorahkelechi2622
    @onuorahkelechi2622 Před 4 měsíci +1

    This is a well-explained video. Keep it up, man. you are good at what you do.

    • @brain_js
      @brain_js  Před 4 měsíci +1

      Thanks, Kelechi. I'm glad you found the video useful. Kindly subscribe for more amazing videos like this.

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

    Thanks a lot for helping me sir. I wish you all the best!

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

      Thank you so much, man. I'm glad this video helped you. Kindly subscribe for more amazing videos like this

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

      @@brain_js sure brother, i hope to see more amazing stuff from you. Much love

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

    Very well explained, thank you!

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

      You are welcome, mate. Kindly subscribe for more amazing videos like this

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

    bro love from INDIA,

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

      Thank you, brother. Much love from here. I appreciate you

  • @tdcode
    @tdcode Před 2 měsíci

    this is awesome, brother. thanks !!!

    • @brain_js
      @brain_js  Před 2 měsíci

      you are welcome, brother. I'm glad you found the video useful

  • @ayomidewilfred1864
    @ayomidewilfred1864 Před 9 měsíci

    Amazing video.
    You nailed it bro.

    • @brain_js
      @brain_js  Před 9 měsíci

      Thank you Ayomide. I'm glad you found the video useful

  • @user-dh8nt8eu8t
    @user-dh8nt8eu8t Před 11 měsíci

    Amazing video. Well explained

  • @AdityaLowanshi-m3w
    @AdityaLowanshi-m3w Před 11 hodinami

    what the theme you are using bro

  • @user-bz1by5yt7m
    @user-bz1by5yt7m Před 6 měsíci +1

    Hey man, nice explanation

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

      Thank you, man. I'm glad you found it useful. Kindly subscribe for more amazing videos like this

  • @munezero5840
    @munezero5840 Před 4 měsíci

    Thank you Bro You saved me 😅😅

    • @brain_js
      @brain_js  Před 4 měsíci

      You are welcome, man. I'm glad you found the video useful. Kindly subscribe for more amazing videos like this.

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

    thanks friend :)

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

      You are welcome. I'm glad you found the video useful. Kindly subscribe for more amazing videos like this

  • @ExploreSpace105
    @ExploreSpace105 Před 4 měsíci +1

    Amazing

    • @brain_js
      @brain_js  Před 4 měsíci

      Thank you. Kindly subscribe for more amazing videos like this

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

    please make one video with after this one , make a crud just .....

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

      Okay...I would consider that in my coming videos. Thanks for the suggestion

  • @mehmetsayn573
    @mehmetsayn573 Před 5 měsíci

    what about authomatic migrations .In typeorm you can automatically create migration files according to your model changes. You dont need to write them yourself

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

      This tutorial is specifically aimed at sequelize ORM and not typeorm. Thank you though. I will come up with a tutorial for the typeorm approach

  • @u.aphrodis2175
    @u.aphrodis2175 Před 4 měsíci

    This saved monday task but, why the last migrate added a column at the last index? not adding it like next to email I mean before createdAt and updatedAt

    • @brain_js
      @brain_js  Před 4 měsíci

      Thanks for watching chief!. As regards your question, That was because PostgreSQL sees it as a newly added column and has to append it after the already created/existing columns.

  • @saifurrahman7743
    @saifurrahman7743 Před 3 měsíci +1

    What is that tool are you using for visualize the database?

  • @victor_nwogu_
    @victor_nwogu_ Před měsícem

    can i use migration for type module

    • @brain_js
      @brain_js  Před měsícem

      Hi Victor, Yes you can use migration for type module too