Database Migrations for Beginners | Flyway Tutorial

Поделиться
HTML-код
  • Опубликовано: 1 дек 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.

  • @IgorRudytskyy-IT
    @IgorRudytskyy-IT Месяц назад

    Great explanation! Thank you very much!

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

    Massively helpful and intuitive, thank you!

  • @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!

  • @cgilber1
    @cgilber1 9 месяцев назад

    Awesome, awesome video. Thank you!

  • @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 🔥

  • @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.

  • @ТимурЯлымов-ф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

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

    Great tutorial! Thanks!

  • @码仔
    @码仔 2 года назад +2

    Thanks for sharing, very clear explanation.

  • @richardbenes9
    @richardbenes9 2 года назад +5

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

  • @shauryadhawan-go1nc
    @shauryadhawan-go1nc 9 месяцев назад

    Really Nice Explanation

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

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

  • @wandenreich770
    @wandenreich770 Год назад +1

    very nice.. especially the diagrams

  • @ibedwi5018
    @ibedwi5018 Год назад

    Thank you for your explanation!

  • @kzuridabura8280
    @kzuridabura8280 Год назад

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

  • @AixiAixi-gm3ch
    @AixiAixi-gm3ch 4 месяца назад

    Nice Vid. Thank you!

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

    very good video, thank you!!

  • @abdulazeez.98
    @abdulazeez.98 2 года назад +1

    Excellent video

  • @ИгорьВашкевич-з4у
    @ИгорьВашкевич-з4у Год назад +1

    Thank you very much!

  • @kiquetal
    @kiquetal Год назад

    why would you use the 'postgr
    es' databasename ?

  • @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

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

    Thanks !

  • @throwaway-lo4zw
    @throwaway-lo4zw 3 месяца назад

    thanks mate

  • @sandipansarkar9211
    @sandipansarkar9211 Год назад

    finished watching

  • @archiewoosung5062
    @archiewoosung5062 Год назад +1

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

  • @wigglorboy
    @wigglorboy Год назад +1

    Very very good explanation