Database Migrations for Beginners | Flyway Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

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

  • @Anton-zb9dc
    @Anton-zb9dc ปีที่แล้ว +2

    Thank you for being straight on point and showing a problem straight forward. I didn't get why my student project asks me to create project with sql migrations from the start on, now I get it!

  • @jesper2455
    @jesper2455 ปีที่แล้ว +5

    Great tutorial! I liked the hands-on approach of actually showing the workflow in the IDE.

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

    Brilliant tutorial! Thank you for making this and thanks for the tip on how to handle non-nullable columns. 🙏

  • @Antebios
    @Antebios ปีที่แล้ว +1

    Thanks for this introduction. I'm used to working with DACPACs and MSSQL. They each have their own method and process of migrating and updating but have the same goals. I just need to learn how Flyway carries them out.

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

    Tysm for this tutorial. It helped me a lot to get into db migrations. Best video among others for beginners 🔥

  • @ce7371
    @ce7371 ปีที่แล้ว +2

    usually learning means a indi voice + i dont speak english and so paintfull but that is everything I needed and so well explained u force me to do it ... u are so good I need to code my first android api cya c++ for a while

    • @RedhwanNacef
      @RedhwanNacef  ปีที่แล้ว

      Glad it was helpful, good luck with your api!

  • @IgorRudytskyy-IT
    @IgorRudytskyy-IT หลายเดือนก่อน

    Great explanation! Thank you very much!

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

    Nice tutorial. I just want to note the worst naming in all of computer science: “database schema”. This video is about data schemas, ie the format of your data, ie what fields there are in the table and their types.
    Then there’s “database schema” which is completely unrelated. This is a namespace your database uses for tables. For example, you might have two tables postgres.prod.users and postgres.dev.users. The tables have the same name, but are in different schemas (ie namespaces) dev and prod.
    This was very confusing to me at one point, so hopefully it helps someone out.

  • @richardbenes9
    @richardbenes9 2 ปีที่แล้ว +5

    Thank you for a great explanation - with both high-level concepts & examples of use.

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

    Massively helpful and intuitive, thank you!

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

    I rather using Django for migrations, obviusly while having python knowledge in the matter. Excellente vid btw

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

    Awesome, awesome video. Thank you!

  • @码仔
    @码仔 2 ปีที่แล้ว +2

    Thanks for sharing, very clear explanation.

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

    Great tutorial! Thanks!

  • @shauryadhawan-go1nc
    @shauryadhawan-go1nc 9 หลายเดือนก่อน

    Really Nice Explanation

  • @ТимурЯлымов-ф3о
    @ТимурЯлымов-ф3о 7 หลายเดือนก่อน

    Great tutorial! I have one question: Is it possible to automatically run migration script on the application startup? I want to do it automatically on every new-version deployment of my application

  • @ibedwi5018
    @ibedwi5018 ปีที่แล้ว

    Thank you for your explanation!

  • @wandenreich770
    @wandenreich770 ปีที่แล้ว +1

    very nice.. especially the diagrams

    • @RedhwanNacef
      @RedhwanNacef  ปีที่แล้ว +1

      Thanks, glad you liked it.

  • @AixiAixi-gm3ch
    @AixiAixi-gm3ch 4 หลายเดือนก่อน

    Nice Vid. Thank you!

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

    very good video, thank you!!

  • @abdulazeez.98
    @abdulazeez.98 ปีที่แล้ว +1

    Excellent video

  • @kzuridabura8280
    @kzuridabura8280 ปีที่แล้ว

    Which extension are you using to show hints for SQL query at 13:43

  • @electricant55
    @electricant55 2 ปีที่แล้ว

    My last project had database migration written in-house from scratch, nice to know I don't have to give up on it

    • @RedhwanNacef
      @RedhwanNacef  ปีที่แล้ว

      Nice, the basics are quite simple!

  • @ИгорьВашкевич-з4у
    @ИгорьВашкевич-з4у ปีที่แล้ว +1

    Thank you very much!

  • @kiquetal
    @kiquetal ปีที่แล้ว

    why would you use the 'postgr
    es' databasename ?

  • @sandipansarkar9211
    @sandipansarkar9211 ปีที่แล้ว

    finished watching

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

    Thanks !

  • @throwaway-lo4zw
    @throwaway-lo4zw 3 หลายเดือนก่อน

    thanks mate

  • @archiewoosung5062
    @archiewoosung5062 ปีที่แล้ว +1

    You're talking very quickly & using the mouse a lot

    • @mrsagarish
      @mrsagarish ปีที่แล้ว

      yup had to see the video at 0.75 speed

    • @beinghappy3924
      @beinghappy3924 ปีที่แล้ว

      @@mrsagarish He was already looking video at 0.5 speed

    • @RedhwanNacef
      @RedhwanNacef  ปีที่แล้ว

      Will try to be more clear in future!

    • @ІлляПастушенко-р1ь
      @ІлляПастушенко-р1ь ปีที่แล้ว +3

      I was watching it at 1.5x and didn't struggle with his pronunciation.

  • @wigglorboy
    @wigglorboy ปีที่แล้ว +1

    Very very good explanation