Vert.x MySQL PostgreSQL client 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: Java documentation JavaScript documentation Kotlin documentation Groovy documentation Ruby documentation 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