# vertx-jdbc-client **Repository Path**: mirrors_vert-x3/vertx-jdbc-client ## Basic Information - **Project Name**: vertx-jdbc-client - **Description**: JDBC support for Vert.x - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = Vert.x JDBC client image:https://github.com/vert-x3/vertx-jdbc-client/actions/workflows/ci-5.x.yml/badge.svg["Build Status (5.x)",link="https://github.com/vert-x3/vertx-jdbc-client/actions/workflows/ci-5.x.yml"] image:https://github.com/vert-x3/vertx-jdbc-client/actions/workflows/ci-4.x.yml/badge.svg["Build Status (4.x)",link="https://github.com/vert-x3/vertx-jdbc-client/actions/workflows/ci-4.x.yml"] This provides an asynchronous interface around a JDBC datasource so you can access data in any database for which there is a JDBC driver. Please see the main documentation on the web-site for a full description: * https://vertx.io/docs/vertx-jdbc-client/java/[Java documentation] * https://vertx.io/docs/vertx-jdbc-client/js/[JavaScript documentation] * https://vertx.io/docs/vertx-jdbc-client/kotlin/[Kotlin documentation] * https://vertx.io/docs/vertx-jdbc-client/groovy/[Groovy documentation] * https://vertx.io/docs/vertx-jdbc-client/ruby/[Ruby documentation]