Using the Native R2DBC API of MariaDB Connector/R2DBC
You are viewing an old version of this article. View
the current version here.
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 how to use 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
- Code Examples
- Install MariaDB Connector/R2DBC for native R2DBC API
- Development with MariaDB Connector/R2DBC (building your application)
- Connect
- Connection Pools
- Transactions
- DML (SELECT, INSERT, UPDATE, DELETE)
- DDL(ALTER TABLE, TRUNCATE TABLE)
- Batch Operations
- Setup for Examples
Comments
Comments loading...
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.