Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-jdbc-client
- Owner: vert-x3
- License: apache-2.0
- Created: 2014-11-18T15:14:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T16:39:28.000Z (3 months ago)
- Last Synced: 2024-11-07T17:34:15.391Z (3 months ago)
- Language: Java
- Size: 1.28 MB
- Stars: 126
- Watchers: 24
- Forks: 90
- Open Issues: 38
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - JDBC - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Asynchronous interface around a JDBC datasource. (Database Clients)
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]