R2DBC vs JDBC
I would like to talk about SQL clients for Java application. In this article, we will compare performance good old JDBC(Spring Data JDBC) with new and promising R2DBC(Spring Data R2DBC).
#Build
Start Docker with Postgres 11
docker-compose --compatibility up