Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vert-x3/vertx-mysql-postgresql-client
This client is deprecated - use instead
https://github.com/vert-x3/vertx-mysql-postgresql-client
Last synced: 3 months ago
JSON representation
This client is deprecated - use instead
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-mysql-postgresql-client
- Owner: vert-x3
- License: apache-2.0
- Created: 2014-12-04T10:00:40.000Z (almost 10 years ago)
- Default Branch: 3.8
- Last Pushed: 2023-05-12T08:58:07.000Z (over 1 year ago)
- Last Synced: 2024-04-11T08:32:43.781Z (7 months ago)
- Language: Java
- Homepage: https://github.com/eclipse-vertx/vertx-sql-client
- Size: 714 KB
- Stars: 116
- Watchers: 33
- Forks: 59
- Open Issues: 30
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- vertx-awesome - MySQL / PostgreSQL - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Asynchronous Client for MySQL/PostgreSQL. (Database Clients)
README
= Vert.x MySQL PostgreSQL client
== Deprecated
WARNING: This client is deprecated, use the https://github.com/eclipse-vertx/vertx-sql-client[Reactive SQL Client] instead.
There are two types of MySQL/PostgreSQL-clients:
- (Soon to be legacy) Scala based version
- (Soon to be may mainline) Kotlin based versionScala based version lives in link:/vertx-mysql-postgresql-client-scala/README.adoc[vertx-mysql-postgresql-client-scala].
New Kotlin based version lives in link:/vertx-mysql-postgresql-client-jasync/README.adoc[vertx-mysql-postgresql-client-jasync].