vert-x3 / vertx-jdbc-client

JDBC support for Vert.x
Apache License 2.0
126 stars 90 forks source link

= 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: