In Chapter 5, you were introduced, or possibly reintroduced, to the basic concepts of transactions and their significance within relational database solutions. Most importantly, you gained an understanding of the transactional feature support that the R2DBC specification provides.
In this chapter, we’ll be using the MariaDB R2DBC driver to get a first-hand look at what it takes to create, manage, and utilize transactions in a reactive solution.
Database Transaction Support
Among the differences that exist between different relational ...