- Source:
Classes
Methods
-
<static> AsyncSqlService.createMySqlService(vertx, config) → {AsyncSqlService}
-
Create a MySQL service
Parameters:
Name Type Description vertxVertx the Vert.x instance configObject the config - Source:
Returns:
the service- Type
- AsyncSqlService
-
<static> AsyncSqlService.createPostgreSqlService(vertx, config) → {AsyncSqlService}
-
Create a PostgreSQL service
Parameters:
Name Type Description vertxVertx the Vert.x instance configObject the config - Source:
Returns:
the service- Type
- AsyncSqlService