- Source:
Classes
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