Like {@link #pool(MySQLConnectOptions, PoolOptions)} with a specific {@link Vertx} instance.
Get a connection from the pool.
Borrow a connection from the pool and begin a transaction, the underlying connection will be returned to the pool when the transaction ends.
Close the pool and release the associated resources.
A pool of MySQL connections.