quarkiverse / quarkus-mongock

Allows mongock database migrations for MongoDB to be executed during Quarkus startup

Home Page:https://mongock.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarkus Mongock

All Contributors

Build Version License

This Quarkus extension allows you to use Mongock with Quarkus.

With Maven, add the following dependency to your pom.xml to get started:

<dependency>
    <groupId>io.quarkiverse.quarkus.mongock</groupId>
    <artifactId>quarkus-mongock</artifactId>
    <version>${quarkusMongockVersion}</version>
</dependency>

Or with Gradle, add the following dependency to your build.gradle:

implementation "io.quarkiverse.quarkus.mongock:quarkus-mongock:${quarkusMongockVersion}"

For more information and quickstart, you can check the complete documentation.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Valentin Day
Valentin Day

💻 🚧

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Allows mongock database migrations for MongoDB to be executed during Quarkus startup

https://mongock.io/

License:Apache License 2.0


Languages

Language:Java 100.0%