NodeJs Sequelize Migration with PostgreSQL

Поделиться
HTML-код
  • Опубликовано: 11 окт 2023
  • 🚀 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/kizito917/nodejs_s...
    Connect with me on my socials:
    - Github: github.com/kizito917
    - Linkedin: / amaechi-johnkingsley
    - Twitter: / kizito_917
    - Instagram: / kizito917

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

  • @kingsleywilliams7940
    @kingsleywilliams7940 8 месяцев назад +1

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

    • @brain_js
      @brain_js  8 месяцев назад

      Happy to help

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

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

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

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

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

    Very well explained, thank you!

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

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

  • @Gwgitu77
    @Gwgitu77 3 месяца назад +1

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

    • @brain_js
      @brain_js  3 месяца назад

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

    • @Gwgitu77
      @Gwgitu77 3 месяца назад

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

  • @ayomidewilfred1864
    @ayomidewilfred1864 6 месяцев назад

    Amazing video.
    You nailed it bro.

    • @brain_js
      @brain_js  6 месяцев назад

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

  • @user-dh8nt8eu8t
    @user-dh8nt8eu8t 8 месяцев назад

    Amazing video. Well explained

    • @brain_js
      @brain_js  8 месяцев назад

      Glad you liked it!

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

    Thank you Bro You saved me 😅😅

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

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

  • @sushantabhowmick1031
    @sushantabhowmick1031 5 месяцев назад +1

    bro love from INDIA,

    • @brain_js
      @brain_js  5 месяцев назад

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

  • @user-bz1by5yt7m
    @user-bz1by5yt7m 3 месяца назад +1

    Hey man, nice explanation

    • @brain_js
      @brain_js  3 месяца назад

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

  • @turgunov28
    @turgunov28 4 месяца назад +1

    thanks friend :)

    • @brain_js
      @brain_js  4 месяца назад +1

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

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

    Amazing

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

      Thank you. Kindly subscribe for more amazing videos like this

  • @sushantabhowmick1031
    @sushantabhowmick1031 5 месяцев назад +1

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

    • @brain_js
      @brain_js  5 месяцев назад

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

  • @saifurrahman7743
    @saifurrahman7743 24 дня назад +1

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

    • @brain_js
      @brain_js  24 дня назад

      I'm using pgAdmin

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

    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  2 месяца назад +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 Месяц назад

    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  Месяц назад

      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.