DEV Community

Cover image for Finally Native Reactive JDBC Driver for Oracle Database
Ashish Choudhary
Ashish Choudhary

Posted on

Finally Native Reactive JDBC Driver for Oracle Database

We finally have Reactive extensions for the Oracle JDBC driver that uses java.util.concurrent.Flow and Reactive streams.

The Reactive Extensions are a set of methods that extend the JDBC standard to offer asynchronous database access.

Screenshot 2020-12-10 at 5.57.11 PM

The Reactive Extensions use non-blocking mechanisms for creating Connection objects, executing SQL statements, fetching rows, committing transactions, rolling back transactions, closing Connection objects, and reading and writing BFILEs, BLOBs, and CLOBs.
You can read more details here

Top comments (0)