The icon of the organisation
Hibernate Reactive
A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkus:quarkus-hibernate-reactive

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkus:quarkus-hibernate-reactive"

Gradle

./gradlew addExtension --extensions="io.quarkus:quarkus-hibernate-reactive"