- Source:
Classes
Methods
-
<static> PostgreSQLClient.createNonShared(vertx, config) → {AsyncSQLClient}
-
Create a PostgreSQL client which maintains its own pool.
Parameters:
Name Type Description vertxVertx the Vert.x instance configObject the configuration - Source:
Returns:
the client- Type
- AsyncSQLClient
-
<static> PostgreSQLClient.createShared(vertx, config, poolName) → {AsyncSQLClient}
-
Create a PostgreSQL client which shares its pool with any other MySQL clients created with the same pool name
Parameters:
Name Type Description vertxVertx the Vert.x instance configObject the configuration poolNamestring the pool name - Source:
Returns:
the client- Type
- AsyncSQLClient