> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/mariadb-cloud/connecting-to-mariadb-cloud-dbs/connect-using-connector-r2dbc.md).

# Connect Using Connector/R2DBC

Java developers can use MariaDB Connector/R2DBC to connect to MariaDB Cloud using the Reactive Relational Database Connectivity (R2DBC) API. R2DBC operations are non-blocking, which makes the R2DBC API more scalable than Java's standard JDBC API. MariaDB Connector/R2DBC is available both with a native R2DBC implementation and the Spring Data R2DBC framework.

Visit the [MariaDB R2DBC Connector](/docs/connectors/mariadb-connector-r2dbc.md) page.
