An introduction to Reactive Relational Database Access with Spring and R2DBC
By Daniel Newton
Not too long ago, a reactive variant of the JDBC driver was released, known as R2DBC. It allows data to be streamed asynchronously to any endpoints that have subscribed to it. Using a reactive driver like R2DBC together with Spring, ...
freecodecamp.org8 min read