Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

R2DBC - Oracle Database Support

I found R2DBC when I was searching reactive relational database drivers, but I couldn't see any driver for Oracle DB. Does anyone have any information on whether to provide support?

like image 939
Can Avatar asked Nov 12 '19 07:11

Can


People also ask

Does R2DBC support Oracle?

The Oracle R2DBC Driver is a Java library that supports reactive programming with Oracle Database. Oracle R2DBC implements the R2DBC Service Provider Interface (SPI) as specified by the Reactive Relational Database Connectivity (R2DBC) project.

Is R2DBC production ready?

Currently there are a few drivers ready for production, check the R2dbc drivers page for the complete list. H2 database is frequently used in development environment, add the following dependency when using either embedded or file-based H2 database.

Does R2DBC work with MySQL?

R2DBC supports cloud-native applications using relational databases such as PostgreSQL, MySQL, and others.


1 Answers

The Oracle R2DBC Driver is now available on GitHub: https://github.com/oracle/oracle-r2dbc

like image 186
Michael McMahon Avatar answered Sep 22 '22 08:09

Michael McMahon