This is a read-only copy of the MariaDB Knowledgebase generated on 2025-02-22. For the latest, interactive version please visit https://mariadb.com/kb/.

Using the Native R2DBC API of MariaDB Connector/R2DBC

Contents

  1. Overview
  2. Resources

Overview

Java developers can use MariaDB Connector/R2DBC to connect to MariaDB database products using the Reactive Relational Database Connectivity (R2DBC) API. R2DBC operations are non-blocking, which makes it more scalable than Java's standard JDBC API.

This page discusses using MariaDB Connector/R2DBC with the native R2DBC API.

For information on how to use MariaDB Connector/R2DBC with the Spring Data Framework, refer to Using Spring Data with MariaDB Connector/R2DBC.

Resources

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.