This document summarizes a presentation about reactive relational database connectivity (R2DBC). R2DBC provides an API designed from the ground up for reactive programming with relational databases. It utilizes reactive streams types and patterns to be completely non-blocking. The R2DBC driver SPI defines a minimal set of operations for drivers to implement. On top of the SPI, "humane" client APIs like Spring Data R2DBC provide easier usage. Current R2DBC supports drivers for several databases and can be used today for features like transactions, batching, and leveraging database-specific functionality. The future of R2DBC includes additional drivers, clients, and potential improvements to the SPI.