While ORM libraries in the world are convenient, they often require learning their own DSL, which we believe has a high learning cost. Kuery Client emphasizes writing SQL as it is.
Based on spring-data-r2dbc and spring-data-jdbc
Kuery Client is implemented based on spring-data-r2dbc and spring-data-jdbc. Use whichever you prefer. You can use Spring's ecosystem as it is, such as @Transactional.
Observability
It supports Micrometer Observation, so Metrics/Tracing/Logging can also be customized.