How to use Flyway DB migration tool SQL Script | Quarkus Tutorial | QUARKUS | CloudNative | Java

Sdílet
Vložit
  • čas přidán 30. 06. 2024
  • ✅ How to use Flyway DB migration tool SQL Script | Quarkus Tutorial | QUARKUS | CloudNative | Java
    ⌚ Timestamps
    00:00 Introduction | Quarkus Tutorial
    00:10 What is FlywayDB ? | Quarkus Tutorial
    00:38 Create Quarkus project | Quarkus Tutorial
    01:00 Add flyway quarkus extension | Quarkus Tutorial
    02:10 Flyway DB configuration | Quarkus Tutorial
    03:00 Migration SQL script | Quarkus Tutorial
    04:38 Connect to pgAdmin | Quarkus Tutorial
    05:18 Flyway DB logs | Quarkus Tutorial
    05:50 Table flyway schema history | Quarkus Tutorial
    06:00 Insert SQL script | Quarkus Tutorial
    I am Giuseppe Scaramuzzino and you can find me on Twitter @GiuseScara to provide feedback or discuss anything about this video 🙂
    What is Quarkus?
    Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications. Quarkus is a MicroProfile implementation that focuses on efficiently running Java applications in containers in general and Kubernetes in particular. The MicroProfile project is aimed at
    optimizing Enterprise Java for the microservices architecture.
    quarkus.io/
    What is Flyway DB?
    Flyway is an open-source database migration tool. It strongly favors simplicity and convention over configuration.
    It is based around just 7 basic commands: Migrate, Clean, Info, Validate, Undo, Baseline and Repair.
    Migrations can be written in SQL (database-specific syntax (such as PL/SQL, T-SQL, ...) is supported) or Java (for advanced data transformations or dealing with LOBs).
    flywaydb.org/
    📃 Leave me a comment
    ------------------------------------------------------------------------------------------------
    Follow me here for more content:
    🐦 TWITTER ‧ / giusescara
    💻 GITHUB ‧ github.com/GiuseppeScaramuzzino
    🎬 CZcams: / giuseppescaramuzzino
    🌐 LINKEDIN ‧ / giuseppe-scaramuzzino
    🎬 Watch related playlists and videos
    / @giuseppescaramuzzino
    Quarkus | FlywayDB | FlywayDB migration tool | SQL Script | Java | Cloud-Native
    #Quarkus #CloudNative #Java

Komentáře • 4

  • @GeraldOSullivan
    @GeraldOSullivan Před rokem

    Thanks @GiuseppeScaramuzzino. Note that the Panache dependency must also be added to the POM

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

    The insert is is repeatable change & should use the R__ prefix instead of the versioned change __prefix

  • @portlek7559
    @portlek7559 Před 2 lety +1

    hey, thanks for english resources for quarkus which is hard to find in these days :P it would be nice if you can make tutorials about authentication/authorization filters(jwt etc.). i'm using spring but i want to migrate my project to quarkus. i can't find any reasonable resource or video.

  • @tawandagamedevs
    @tawandagamedevs Před 2 lety

    Mamamia