So far, you’ve learned that the R2DBC specification exists to provide a way to achieve asynchronous, non-blocking interactions with relational data stores. Going forward, I’ll be specifically looking at relational database solutions and how the specification has been designed to provide the flexibility for implementations to target a variety of relational databases with very diverse types of functionality.
In an effort to provide the most versatile solution for developers, the specification aims to strike a balance of being ...