Module: vertx-jdbc-js/jdbc_client

Classes

JDBCClient

Methods

(static) JDBCClient.createNonShared(vertx, config) → {JDBCClient}

Create a JDBC client which maintains its own data source.
Parameters:
Name Type Description
vertx Vertx the Vert.x instance
config Object the configuration
Source:
Returns:
the client
Type
JDBCClient

(static) JDBCClient.createShared(vertx, config) → {JDBCClient}

Like JDBCClient#createShared but with the default data source name
Parameters:
Name Type Description
vertx Vertx the Vert.x instance
config Object the configuration
Source:
Returns:
the client
Type
JDBCClient