Enable fully reactive, non-blocking interactions with a relational database
Not too long ago, a reactive variant of the JDBC driver was released, known as Reactive Relational Database Connectivity (R2DBC for short). While R2DBC started as an experiment to enable integration of SQL databases into systems that use reactive programming models, it now specifies a full-fledged service-provider interface that can be used to retrieve data from a target data source.
Our developer toolkit provides information on how to take advantage of the MariaDB R2DBC connector within a simple TODO application. This toolkit includes:
- Sample application code
- A step-by-step guide to getting your application running in no time
- A webinar recording that showcases a live demo