For the complete documentation index, see llms.txt. This page is also available as Markdown.

Connector/R2DBC

Learn about MariaDB R2DBC Connector for Java. This guide covers reactive, non-blocking database operations, setup, and integrating with Spring Data R2DBC for efficient data access.

MariaDB Connector/R2DBC is the reactive, non-blocking R2DBC driver for connecting Java applications to MariaDB and MySQL databases. It can be used with the native R2DBC API or with the Spring Data framework.

MariaDB Connector/R2DBC enables Java applications to connect to MariaDB using the non-blocking R2DBC API, with a native R2DBC implementation and Spring Data R2DBC framework integration.

MariaDB Connector/R2DBC connection parameters cover SSL mode, authentication plugins, autocommit, transaction replay, timezone handling, and prepared statement options.

Use MariaDB Connector/R2DBC directly through the native R2DBC API for reactive, non-blocking database operations with fine-grained control over data access in Java applications.

Integrate MariaDB Connector/R2DBC with the Spring Data framework for reactive, non-blocking data access using Spring Data R2DBC in modern Java applications.

This page is: Copyright © 2026 MariaDB. All rights reserved.

Last updated

Was this helpful?