Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vert-x3/vertx-jdbc-client

JDBC support for Vert.x
https://github.com/vert-x3/vertx-jdbc-client

Last synced: 2 months ago
JSON representation

JDBC support for Vert.x

Awesome Lists containing this project

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]