Quarkus extension for connecting to H2 database via JDBC.
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jdbc-h2</artifactId>
<version>3.36.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an H2 data source in Quarkus
Use jdbc:h2:file:/path/to/db for persistent storage.
No dependency data recorded yet.