vertx-sql-client icon indicating copy to clipboard operation
vertx-sql-client copied to clipboard

Support H2 in vertx-sql-client

Open lucamolteni opened this issue 2 months ago • 1 comments

Describe the feature

Quarkus reactive tests are currently based on Postgresql because there's no H2 vertx-sql-client.

On the other hand, Hibernate blocking tests are using H2, and therefore they might be faster to run.

Even thought it might not be interesting in a production scenario, a H2 vertx-sql-client might be useful for testing.

I can work on this in my spare time

Contribution

No response

lucamolteni avatar Oct 21 '25 13:10 lucamolteni

@lucamolteni we support JDBC based implementations with https://github.com/vert-x3/vertx-jdbc-client

vietj avatar Oct 21 '25 14:10 vietj