{"id":66031,"library":"vertx-jdbc-client","title":"Vert.x JDBC Client","description":"Vert.x JDBC Client provides asynchronous database access using JDBC for Vert.x applications.","status":"active","version":"5.0.11","language":"java","source_language":null,"source_url":"https://github.com/vert-x3/vertx-jdbc-client","tags":["vertx","jdbc","database","async"],"install":[{"cmd":"<dependency>\n  <groupId>io.vertx</groupId>\n  <artifactId>vertx-jdbc-client</artifactId>\n  <version>5.0.11</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.vertx:vertx-jdbc-client:5.0.11'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"JDBCPool","correct":"io.vertx.jdbcclient.JDBCPool"}],"quickstart":{"code":"import io.vertx.jdbcclient.JDBCPool;\nimport io.vertx.core.Vertx;\n\npublic class Example {\n    public static void main(String[] args) {\n        Vertx vertx = Vertx.vertx();\n        JDBCPool pool = JDBCPool.pool(vertx, \"jdbc:hsqldb:mem:test?shutdown=true\");\n        System.out.println(\"Pool created: \" + pool);\n    }\n}","lang":"java","description":"Create a JDBC connection pool using Vert.x JDBC Client."},"warnings":[{"fix":"Check migration guide when upgrading from 4.x.","message":"Vert.x 5 has breaking API changes from Vert.x 4.","severity":"breaking","affected_versions":">=5.0.0"}],"env_vars":null,"search_vec":"'access':10 'applic':15 'async':19 'asynchron':8 'client':3,6 'databas':9,18 'jdbc':2,5,12,17 'provid':7 'use':11 'vert.x':1,4,14 'vertx':16","created_at":"2026-06-17T17:18:24.593608+00:00","updated_at":"2026-06-17T17:18:24.593608+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/eclipse-vertx/vertx5-parent","github":"https://github.com/vert-x3/vertx-jdbc-client","docs":"https://appdoc.app/artifact/io.vertx/vertx-jdbc-client/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}