Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.11 KB

File metadata and controls

20 lines (13 loc) · 1.11 KB

Vert.x MySQL PostgreSQL client

Build Status

This Vert.x client uses the JAsync driver to support a fully async client for MySQL and PostgreSQL.

Please see the in source asciidoc documentation or the main documentation on the web-site for a full description:

Running test suite with Docker

The test suite is based on testcontainers and will spawn separate instances for the different tests.

Note
Running test with Docker requires enabling the profile as Docker isn’t available on Cloudbees: mvn clean install -Ddocker