Module: vertx-mysql-postgresql-js/async_sql_service

vertx-mysql-postgresql-js/async_sql_service

Classes

AsyncSqlService

Methods

<static> AsyncSqlService.createMySqlService(vertx, config) → {AsyncSqlService}

Create a MySQL service
Parameters:
Name Type Description
vertx Vertx the Vert.x instance
config Object the config
Source:
Returns:
the service
Type
AsyncSqlService

<static> AsyncSqlService.createPostgreSqlService(vertx, config) → {AsyncSqlService}

Create a PostgreSQL service
Parameters:
Name Type Description
vertx Vertx the Vert.x instance
config Object the config
Source:
Returns:
the service
Type
AsyncSqlService