Module io.inverno.mod.sql.vertx


module io.inverno.mod.sql.vertx

The Inverno Vert.x SQL Client module which provides a SQL client based on Vert.x.

This module exposes a pool based SQL client which is automatically created using the module's configuration which provides connection and pooling options. This client can then be used within an application to execute SQL operations on the RDBMS.

It defines the following sockets:

vertxSqlClientConfiguration
the Vert.x SQL client module configuration
reactor
the Inverno reactor (required)
vertx
A Vertx instance that overrides the module's internal instance

It exposes the following beans:

vertxSqlClientConfiguration
the Vert.x SQL client module configuration
vertxSqlClient
the Vert.x pool SQL client to execute SQL operations on the RDBMS
Since:
1.2
Author:
Jeremy Kuhn