Registry / database / vertx-mysql-client

vertx-mysql-client

JSON →
library5.0.10javamavenunverified

Reactive MySQL client for Vert.x, providing asynchronous database access.

<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-mysql-client</artifactId> <version>5.0.10</version> </dependency>
INSTALL
IMPORT
SIG · VERTX-MYSQL-CLIENT
V
vertx-mysql-client
databasejavav5.0.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MySQLPool
io.vertx.mysqlclient.MySQLPool

Creates a MySQL connection pool using Vert.x MySQL client.

import io.vertx.mysqlclient.MySQLPool; import io.vertx.core.Vertx; public class Example { public static void main(String[] args) { Vertx vertx = Vertx.vertx(); MySQLPool pool = MySQLPool.pool(vertx, "mydb"); System.out.println("Pool created: " + pool); } }
Debug
Known issues
breakingVersion 5.0.x uses a different API compared to 4.x; pool creation changed.
fix
Refer to the migration guide for Vert.x SQL client 5.0.
affects: >=5.0.0 <5.1.0
Upgrade
Version history
5.0.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
22
Meta
2
OpenAI (training)
1
Resources
vertx-mysql-client — mvn dependency:get vertx-mysql-client · libregistry