Skip to content

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

License

Notifications You must be signed in to change notification settings

quarkiverse/quarkus-mongock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.mongock</groupId>
    <artifactId>quarkus-mongock</artifactId>
    <version>${quarkusMongockVersion}</version>
</dependency>

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

implementation "io.quarkiverse.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!