Package org.ufoss.kotysa.r2dbc

Types

Link copied to clipboard
interface ReactorSqlClient

Reactive (using Reactor Mono and Flux) Sql Client, to be used with R2DBC

Link copied to clipboard
class ReactorSqlClientDeleteOrUpdate
Link copied to clipboard
class ReactorSqlClientSelect : SqlClientQuery

Functions

Link copied to clipboard
fun DatabaseClient.coSqlClient(tables: Tables): CoroutinesSqlClient

Create a CoroutinesSqlClient from a R2DBC DatabaseClient with Tables mapping

Link copied to clipboard
fun DatabaseClient.sqlClient(tables: Tables): ReactorSqlClient

Create a ReactorSqlClient from a R2DBC DatabaseClient with Tables mapping