SpringR2dbcKueryClient
Entry point for creating a dev.hsbrysk.kuery.core.KueryClient backed by Spring Data R2DBC.
val client = SpringR2dbcKueryClient.builder()
.connectionFactory(connectionFactory)
.build()Content copied to clipboard