coSqlClient

fun Pool.coSqlClient(tables: MysqlTables): MysqlCoroutinesVertxSqlClient

Create a MysqlCoroutinesVertxSqlClient from a Vertx Pool with MysqlTables mapping

Samples

org.ufoss.kotysa.vertx.samples.UserRepositoryVertxCoroutines
fun Pool.coSqlClient(tables: PostgresqlTables): PostgresqlCoroutinesVertxSqlClient

Create a PostgresqlCoroutinesVertxSqlClient from a Vertx Pool with PostgresqlTables mapping

Samples

org.ufoss.kotysa.vertx.samples.UserRepositoryVertxCoroutines
fun Pool.coSqlClient(tables: MssqlTables): MssqlCoroutinesVertxSqlClient

Create a MssqlCoroutinesVertxSqlClient from a Vertx Pool with MssqlTables mapping

Samples

org.ufoss.kotysa.vertx.samples.UserRepositoryVertxCoroutines
fun Pool.coSqlClient(tables: MariadbTables): MariadbCoroutinesVertxSqlClient

Create a MariadbCoroutinesVertxSqlClient from a Vertx Pool with MariadbTables mapping

Samples

org.ufoss.kotysa.vertx.samples.UserRepositoryVertxCoroutines
fun Pool.coSqlClient(tables: OracleTables): OracleCoroutinesVertxSqlClient

Create a OracleCoroutinesVertxSqlClient from a Vertx Pool with OracleTables mapping

Samples

org.ufoss.kotysa.vertx.samples.UserRepositoryVertxCoroutines