SpringJdbcKueryClient
Entry point for creating a dev.hsbrysk.kuery.core.KueryBlockingClient backed by Spring Data JDBC.
val client = SpringJdbcKueryClient.builder()
.dataSource(dataSource)
.build()Content copied to clipboard